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.booleandisconnect(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
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.com.interfaces.IAPIHandler
getName
-
Constructor Details
-
FSConnectionHandler
public FSConnectionHandler()
-
-
Method Details
-
disconnect
Disconnect.- Specified by:
disconnectin interfaceIFSConnectionHandlerfs- the fs- Returns:
- the boolean
-
testConnection
Test connection.- Specified by:
testConnectionin interfaceIFSConnectionHandlerfs- the fs- Returns:
- the boolean
-
connect
Connect.- Specified by:
connectin interfaceIFSConnectionHandlerfs- the fs- Returns:
- the boolean
-
getStatus
Gets the status.- Specified by:
getStatusin interfaceIFSConnectionHandlerfrontendserver_id- the frontendserver_id- Returns:
- the status
-
initConnections
Inits the connections.- Specified by:
initConnectionsin interfaceIFSConnectionHandler- Returns:
- the boolean
-
closeAllConnections
Close all connections.- Specified by:
closeAllConnectionsin interfaceIFSConnectionHandler- Returns:
- the boolean
-