Public Member Functions | |
String | corbaObjectToString (org.omg.CORBA.Object objRef) |
org.omg.CORBA.Object | corbaObjectFromString (String strObjRef) |
ORB | getORB () |
org.omg.CORBA.Any | getAny () |
void | connectManagerAdmin (AdministratorOperations adminOp, boolean retryConnectOnFailure) throws AcsJContainerEx |
void | disconnectManagerAdmin (AdministratorOperations adminOp) |
ContainerServices
into this separate interface. The idea is
ContainerServices
interface lean,
|
Allows to connect a manager admin object to the manager, to receive notifications etc. In the current implementation every call to this method establishes a new connection to the manager. Should a client ever need to call this method more than once, it must also call disconnectManagerAdmin(String) for each of its admin objects.
This method accepts and distinguishes
Implemented in alma::acs::container::AdvancedContainerServicesImpl.
|
|
Encapsulates org.omg.CORBA.ORB#string_to_object(String).
Implemented in alma::acs::container::AdvancedContainerServicesImpl.
|
|
Encapsulates org.omg.CORBA.ORB#object_to_string(org.omg.CORBA.Object).
Implemented in alma::acs::container::AdvancedContainerServicesImpl.
|
|
Releases a previously connected manager admin object. This call is ignored if the given object is not connected.
Implemented in alma::acs::container::AdvancedContainerServicesImpl.
|
|
Returns a reference to a new CORBA Any. Int Java the only way to do this is through the ORB itself (i.e., the create_any method). The notification channel module provides a convenience class for dealing with CORBA Anys, see seealma.acs.nc.AnyAide.@returnorg.omg.CORBA.Any Implemented in alma::acs::container::AdvancedContainerServicesImpl.
|
|
Provides explicit access to the normally invisible ORB, for components that fulfill infrastructural tasks. Normal subsystem components must not use this method! If they feel they should get access to the ORB, either ACS is missing a feature which should be reported, or there is a misunderstanding in how to develop software for Alma.
Implemented in alma::acs::container::AdvancedContainerServicesImpl.
|