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 Boolean
closeAllConnections(UserContext uc)
Close all connections.Boolean
connect(UserContext uc, FrontendServer fs)
Connect.boolean
disconnect(UserContext uc, FrontendServer fs)
Disconnect.EConnectionStatus
getStatus(UserContext uc, long frontendserver_id)
Gets the status.Boolean
initConnections(UserContext uc)
Inits the connections.Boolean
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
-
-
-
-
Method Detail
-
disconnect
public boolean disconnect(UserContext uc, FrontendServer fs)
Disconnect.- Specified by:
disconnect
in interfaceIFSConnectionHandler
fs
- the fs- Returns:
- the boolean
-
testConnection
public Boolean testConnection(UserContext uc, FrontendServer fs)
Test connection.- Specified by:
testConnection
in interfaceIFSConnectionHandler
fs
- the fs- Returns:
- the boolean
-
connect
public Boolean connect(UserContext uc, FrontendServer fs)
Connect.- Specified by:
connect
in interfaceIFSConnectionHandler
fs
- the fs- Returns:
- the boolean
-
getStatus
public EConnectionStatus getStatus(UserContext uc, long frontendserver_id)
Gets the status.- Specified by:
getStatus
in interfaceIFSConnectionHandler
frontendserver_id
- the frontendserver_id- Returns:
- the status
-
initConnections
public Boolean initConnections(UserContext uc)
Inits the connections.- Specified by:
initConnections
in interfaceIFSConnectionHandler
- Returns:
- the boolean
-
closeAllConnections
public Boolean closeAllConnections(UserContext uc)
Close all connections.- Specified by:
closeAllConnections
in interfaceIFSConnectionHandler
- Returns:
- the boolean
-
-