public interface IFSConnectionHandler extends IAPIHandler
| 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.
|
getNameboolean disconnect(UserContext uc, FrontendServer fs)
fs - the fsBoolean testConnection(UserContext uc, FrontendServer fs)
fs - the fsBoolean connect(UserContext uc, FrontendServer fs)
fs - the fsEConnectionStatus getStatus(UserContext uc, long frontendserver_id)
frontendserver_id - the frontendserver_idBoolean initConnections(UserContext uc)
Boolean closeAllConnections(UserContext uc)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.