Uses of Class
de.xima.fc.fs.FSConnection
-
Packages that use FSConnection Package Description de.xima.fc.fs Allgemeine Klassen für den Frontendserver -
-
Uses of FSConnection in de.xima.fc.fs
Methods in de.xima.fc.fs that return FSConnection Modifier and Type Method Description static FSConnection
FSConnectionManager. getConnection(long fsConnectionID)
static FSConnection
FSConnectionManager. getConnection(FrontendServer frontendServer)
Gets the connection for the given frontend server, if available.Methods in de.xima.fc.fs that return types with arguments of type FSConnection Modifier and Type Method Description static Map<Long,FSConnection>
FSConnectionManager. getConnectionsMap()
Constructors in de.xima.fc.fs with parameters of type FSConnection Constructor Description FSClientImpl(FSConnection fsConnection)
-