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
public class FSConnectionHandler extends AMSApiHandler implements IFSConnectionHandler
The Class FSConnectionHandler.- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FSConnectionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleancloseAllConnections(UserContext uc)Close all connections.Booleanconnect(UserContext uc, FrontendServer fs)Connect.booleandisconnect(UserContext uc, FrontendServer fs)Disconnect.EConnectionStatusgetStatus(UserContext uc, long frontendserver_id)Gets the status.BooleaninitConnections(UserContext uc)Inits the connections.BooleantestConnection(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
-
-
-
-
Method Detail
-
disconnect
public boolean disconnect(UserContext uc, FrontendServer fs)
Description copied from interface:IFSConnectionHandlerDisconnect.- Specified by:
disconnectin interfaceIFSConnectionHandlerfs- the fs- Returns:
- the boolean
-
testConnection
public Boolean testConnection(UserContext uc, FrontendServer fs)
Description copied from interface:IFSConnectionHandlerTest connection.- Specified by:
testConnectionin interfaceIFSConnectionHandlerfs- the fs- Returns:
- the boolean
-
connect
public Boolean connect(UserContext uc, FrontendServer fs)
Description copied from interface:IFSConnectionHandlerConnect.- Specified by:
connectin interfaceIFSConnectionHandlerfs- the fs- Returns:
- the boolean
-
getStatus
public EConnectionStatus getStatus(UserContext uc, long frontendserver_id)
Description copied from interface:IFSConnectionHandlerGets the status.- Specified by:
getStatusin interfaceIFSConnectionHandlerfrontendserver_id- the frontendserver_id- Returns:
- the status
-
initConnections
public Boolean initConnections(UserContext uc)
Description copied from interface:IFSConnectionHandlerInits the connections.- Specified by:
initConnectionsin interfaceIFSConnectionHandler- Returns:
- the boolean
-
closeAllConnections
public Boolean closeAllConnections(UserContext uc)
Description copied from interface:IFSConnectionHandlerClose all connections.- Specified by:
closeAllConnectionsin interfaceIFSConnectionHandler- Returns:
- the boolean
-
-