public class FSConnectionHandler extends AMSApiHandler implements IFSConnectionHandler
Constructor and Description |
---|
FSConnectionHandler() |
Modifier and Type | Method and 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.
|
getName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public boolean disconnect(UserContext uc, FrontendServer fs)
disconnect
in interface IFSConnectionHandler
fs
- the fspublic Boolean testConnection(UserContext uc, FrontendServer fs)
testConnection
in interface IFSConnectionHandler
fs
- the fspublic Boolean connect(UserContext uc, FrontendServer fs)
connect
in interface IFSConnectionHandler
fs
- the fspublic EConnectionStatus getStatus(UserContext uc, long frontendserver_id)
getStatus
in interface IFSConnectionHandler
frontendserver_id
- the frontendserver_idpublic Boolean initConnections(UserContext uc)
initConnections
in interface IFSConnectionHandler
public Boolean closeAllConnections(UserContext uc)
closeAllConnections
in interface IFSConnectionHandler
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.