Interface IFSConnectionHandler
- All Superinterfaces:
IAPIHandler
,Serializable
- All Known Implementing Classes:
FSConnectionHandler
The Class FSConnectionHandler.
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionClose all connections.connect
(UserContext uc, FrontendServer fs) Connect.boolean
disconnect
(UserContext uc, FrontendServer fs) Disconnect.getStatus
(UserContext uc, long frontendserver_id) Gets the status.Inits the connections.testConnection
(UserContext uc, FrontendServer fs) Test connection.Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Method Details
-
disconnect
Disconnect.- Parameters:
fs
- the fs- Returns:
- the boolean
-
testConnection
Test connection.- Parameters:
fs
- the fs- Returns:
- the boolean
-
connect
Connect.- Parameters:
fs
- the fs- Returns:
- the boolean
-
getStatus
Gets the status.- Parameters:
frontendserver_id
- the frontendserver_id- Returns:
- the status
-
initConnections
Inits the connections.- Returns:
- the boolean
-
closeAllConnections
Close all connections.- Returns:
- the boolean
-