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 AMSApiHandler
getNameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAPIHandler
getName
-
Constructor Details
-
FSConnectionHandler
public FSConnectionHandler()
-
-
Method Details
-
disconnect
Description copied from interface:IFSConnectionHandlerDisconnect.- Specified by:
disconnectin interfaceIFSConnectionHandler- Parameters:
fs- the fs- Returns:
- the boolean
-
testConnection
Description copied from interface:IFSConnectionHandlerTest connection.- Specified by:
testConnectionin interfaceIFSConnectionHandler- Parameters:
fs- the fs- Returns:
- the boolean
-
connect
Description copied from interface:IFSConnectionHandlerConnect.- Specified by:
connectin interfaceIFSConnectionHandler- Parameters:
fs- the fs- Returns:
- the boolean
-
getStatus
Description copied from interface:IFSConnectionHandlerGets the status.- Specified by:
getStatusin interfaceIFSConnectionHandler- Parameters:
frontendserver_id- the frontendserver_id- Returns:
- the status
-
initConnections
Description copied from interface:IFSConnectionHandlerInits the connections.- Specified by:
initConnectionsin interfaceIFSConnectionHandler- Returns:
- the boolean
-
closeAllConnections
Description copied from interface:IFSConnectionHandlerClose all connections.- Specified by:
closeAllConnectionsin interfaceIFSConnectionHandler- Returns:
- the boolean
-