public class _SGAManagerStub extends org.omg.CORBA.portable.ObjectImpl implements SGAManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Class |
_opsClass |
| Constructor and Description |
|---|
_SGAManagerStub() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
_ids() |
boolean |
commandCompleted(java.lang.String hostname,
SGACommand cmd,
java.lang.String cmdid,
CompletedCommandInfo info,
java.lang.String cmdstring) |
boolean |
commandLost(java.lang.String hostname,
java.lang.String cmdid,
java.lang.String cmdstring) |
boolean |
commandRetrieved(java.lang.String sganame,
RetrievedInfo[] cmds) |
boolean |
isRegistered(SGAServer sga,
java.lang.String hostname) |
boolean |
registerSGA(SGAServer sga,
java.lang.String hostname,
StaticNodeInfo[] sinfo,
org.omg.CORBA.IntHolder updateInterval) |
void |
setSGADisabled(SGAServer sga,
java.lang.String hostname) |
void |
setSGAEnabled(SGAServer sga,
java.lang.String hostname) |
void |
unregisterSGA(SGAServer sga,
java.lang.String hostname) |
boolean |
updateSGAInfo(SGAServer sga,
java.lang.String hostname,
SGADynamicInfo dinfo) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toStringpublic java.lang.String[] _ids()
_ids in class org.omg.CORBA.portable.ObjectImplpublic boolean updateSGAInfo(SGAServer sga, java.lang.String hostname, SGADynamicInfo dinfo)
updateSGAInfo in interface SGAManagerOperationspublic void unregisterSGA(SGAServer sga, java.lang.String hostname)
unregisterSGA in interface SGAManagerOperationspublic void setSGAEnabled(SGAServer sga, java.lang.String hostname)
setSGAEnabled in interface SGAManagerOperationspublic boolean commandLost(java.lang.String hostname,
java.lang.String cmdid,
java.lang.String cmdstring)
commandLost in interface SGAManagerOperationspublic boolean commandRetrieved(java.lang.String sganame,
RetrievedInfo[] cmds)
commandRetrieved in interface SGAManagerOperationspublic boolean isRegistered(SGAServer sga, java.lang.String hostname)
isRegistered in interface SGAManagerOperationspublic void setSGADisabled(SGAServer sga, java.lang.String hostname)
setSGADisabled in interface SGAManagerOperationspublic boolean registerSGA(SGAServer sga, java.lang.String hostname, StaticNodeInfo[] sinfo, org.omg.CORBA.IntHolder updateInterval)
registerSGA in interface SGAManagerOperationspublic boolean commandCompleted(java.lang.String hostname,
SGACommand cmd,
java.lang.String cmdid,
CompletedCommandInfo info,
java.lang.String cmdstring)
commandCompleted in interface SGAManagerOperationsCopyright © 2015. All Rights Reserved.