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) |
Protected Attributes | |
ContainerServicesImpl | containerServicesImpl |
Logger | logger |
Map< AdministratorOperations, AcsManagerProxy > | adminClientsToManagerProxy |
Package Functions | |
AdvancedContainerServicesImpl (ContainerServicesImpl containerServicesImpl, Logger logger) |
ContainerServices
into a separate interface.
|
|
|
Allows to connect a manager admin object to the manager, to receive notifications etc.
This method accepts and distinguishes
TODO: (1) container could implement a single proxy/interceptor admin client so that we only have at most one such login on the manager, even if many components register their admin clients. (2) Discuss if the
Implements alma::acs::container::AdvancedContainerServices.
|
|
Encapsulates org.omg.CORBA.ORB#string_to_object(String).
Implements alma::acs::container::AdvancedContainerServices.
|
|
Encapsulates org.omg.CORBA.ORB#object_to_string(org.omg.CORBA.Object).
Implements alma::acs::container::AdvancedContainerServices.
|
|
Releases a previously connected manager admin object. This call is ignored if the given object is not connected.
Implements alma::acs::container::AdvancedContainerServices.
|
|
Returns a reference to a new CORBA Any. In Java the only way to do this is through the ORB itself (i.e., the create_any method).
Implements alma::acs::container::AdvancedContainerServices.
|
|
Implements alma::acs::container::AdvancedContainerServices.
|
|
Initial value:
|
|
|
|
|