public interface SGAManagerOperations
| Modifier and Type | Method and Description |
|---|---|
boolean |
commandCompleted(String hostname,
SGACommand cmd,
String cmdid,
CompletedCommandInfo info,
String cmdstring) |
boolean |
commandLost(String hostname,
String cmdid,
String cmdstring) |
boolean |
commandRetrieved(String sganame,
RetrievedInfo[] cmds) |
boolean |
isRegistered(SGAServer sga,
String hostname) |
boolean |
registerSGA(SGAServer sga,
String hostname,
StaticNodeInfo[] sinfo,
IntHolder updateInterval) |
void |
setSGADisabled(SGAServer sga,
String hostname) |
void |
setSGAEnabled(SGAServer sga,
String hostname) |
void |
unregisterSGA(SGAServer sga,
String hostname) |
boolean |
updateSGAInfo(SGAServer sga,
String hostname,
SGADynamicInfo dinfo) |
boolean registerSGA(SGAServer sga, String hostname, StaticNodeInfo[] sinfo, IntHolder updateInterval)
boolean updateSGAInfo(SGAServer sga, String hostname, SGADynamicInfo dinfo)
boolean commandCompleted(String hostname, SGACommand cmd, String cmdid, CompletedCommandInfo info, String cmdstring)
boolean commandRetrieved(String sganame, RetrievedInfo[] cmds)
Copyright © 2021. All rights reserved.