Public Member Functions | |
void | start () throws CannotRetrieveManagerException, NoPermissionEx, CorbaTransientException, CorbaNotExistException, UnknownErrorException |
void | stop () |
void | dismissManager () |
boolean | isConnected () |
String | getManagerLocation () |
int | myMaciHandle () throws NotConnectedToManagerException |
MaciInfo | getMaciInfo () throws NoPermissionEx, NotConnectedToManagerException, CorbaTransientException, CorbaNotExistException, UnknownErrorException |
Static Public Attributes | |
final short | MSG_INFORMATION = AdministratorPOA.MSG_INFORMATION |
final short | MSG_ERROR = AdministratorPOA.MSG_ERROR |
|
msc (2004-11-09): This was requested, suggested, and agreed upon as a workaround for the situation where a manager has gone down (and the application using this macisupervisor knows that the manager is down, e.g. because it made it go down) while this macisupervisor does not yet know that the manager is down. It will only realize that the next time it tries to access it. Doing so will provoke some no_permission error messages in the manager log. To enable the application to avoid these error messages this API method was added. Implemented in alma::acs::commandcenter::meta::MaciSupervisor.
|
|
Returns a maciInfo instance as retrieved from the manager.
Implemented in alma::acs::commandcenter::meta::MaciSupervisor.
|
|
Some people are interested in the weirdest things.. Implemented in alma::acs::commandcenter::meta::MaciSupervisor.
|
|
Whether this is connected to a manager Implemented in alma::acs::commandcenter::meta::MaciSupervisor.
|
|
Returns the handle given by the manager.
Implemented in alma::acs::commandcenter::meta::MaciSupervisor.
|
|
Start must be called after construction, before usage.
Implemented in alma::acs::commandcenter::meta::MaciSupervisor.
|
|
Stop this instance. It's possible to start again later on. Implemented in alma::acs::commandcenter::meta::MaciSupervisor.
|
|
|
|
|