Package de.xima.fc.handler.system
Class FSConnectionHandler
java.lang.Object
de.xima.fc.handler.AMSApiHandler
de.xima.fc.handler.system.FSConnectionHandler
- All Implemented Interfaces:
IAPIHandler
,IFSConnectionHandler
,Serializable
The Class FSConnectionHandler.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
Constructors -
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 class de.xima.fc.handler.AMSApiHandler
getName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
FSConnectionHandler
public FSConnectionHandler()
-
-
Method Details
-
disconnect
Disconnect.- Specified by:
disconnect
in interfaceIFSConnectionHandler
fs
- the fs- Returns:
- the boolean
-
testConnection
Test connection.- Specified by:
testConnection
in interfaceIFSConnectionHandler
fs
- the fs- Returns:
- the boolean
-
connect
Connect.- Specified by:
connect
in interfaceIFSConnectionHandler
fs
- the fs- Returns:
- the boolean
-
getStatus
Gets the status.- Specified by:
getStatus
in interfaceIFSConnectionHandler
frontendserver_id
- the frontendserver_id- Returns:
- the status
-
initConnections
Inits the connections.- Specified by:
initConnections
in interfaceIFSConnectionHandler
- Returns:
- the boolean
-
closeAllConnections
Close all connections.- Specified by:
closeAllConnections
in interfaceIFSConnectionHandler
- Returns:
- the boolean
-