Uses of Class
de.xima.fc.fs.FSConnection
-
Packages that use FSConnection Package Description de.root1.simon de.xima.fc.fs Allgemeine Klassen für den Frontendserver -
-
Uses of FSConnection in de.root1.simon
Methods in de.root1.simon with parameters of type FSConnection Modifier and Type Method Description static void
FSClientFilter. appand(IFSServer remoteObject, FSConnection connection)
-
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)
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)
FSConnectionThread(FrontendServer fsEntity, FSConnection fsConnection)
-