Package de.xima.fc.fs
Class FSConnectionManager
java.lang.Object
de.xima.fc.fs.FSConnectionManager
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
cleanup
(FrontendServer fServerEntity) static boolean
connect
(FrontendServer fServerEntity) static boolean
disconnect
(FrontendServer fServerEntity) static Boolean
static FSConnection
getConnection
(long fsConnectionID) static Map<Long,
FSConnection> static EConnectionStatus
static boolean
static Boolean
static Boolean
static void
static void
static boolean
testConnection
(long fsConnectionID) static boolean
static Boolean
Method 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:
Boolean
if the server can be reached
-
testConnection
-
testConnection
public static boolean testConnection(long fsConnectionID)
-