Package de.xima.fc.fs
Class FSConnectionManager
java.lang.Object
de.xima.fc.fs.FSConnectionManager
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleancleanup(FrontendServer fServerEntity) static booleanconnect(FrontendServer fServerEntity) static booleandisconnect(FrontendServer fServerEntity) static Booleanstatic FSConnectiongetConnection(long fsConnectionID) static Map<Long,FSConnection> static EConnectionStatusstatic booleanstatic Booleanstatic Booleanstatic voidstatic voidstatic booleantestConnection(long fsConnectionID) static booleanstatic BooleanMethod to test the connection to an frontend-server (lookup only)
-
Method Details
-
getConnectionsMap
-
getConnection
-
connect
-
disconnect
-
cleanup
-
disconnectAll
-
reconnect
-
stopReconnect
-
getStatus
-
startConnectThread
-
startConnectThreads
-
stopConnectThreads
public static void stopConnectThreads() -
testLookup
Method to test the connection to an frontend-server (lookup only)- Parameters:
fs- the fontend-server to test the lookup- Returns:
Booleanif the server can be reached
-
testConnection
-
testConnection
public static boolean testConnection(long fsConnectionID)
-