public interface POAOperations
| Modifier and Type | Method and Description |
|---|---|
void |
activate_object_with_id(byte[] id,
Servant p_servant)
Operation activate_object_with_id
|
byte[] |
activate_object(Servant p_servant)
Operation activate_object
|
IdAssignmentPolicy |
create_id_assignment_policy(IdAssignmentPolicyValue value)
Operation create_id_assignment_policy
|
IdUniquenessPolicy |
create_id_uniqueness_policy(IdUniquenessPolicyValue value)
Operation create_id_uniqueness_policy
|
ImplicitActivationPolicy |
create_implicit_activation_policy(ImplicitActivationPolicyValue value)
Operation create_implicit_activation_policy
|
LifespanPolicy |
create_lifespan_policy(LifespanPolicyValue value)
Operation create_lifespan_policy
|
POA |
create_POA(java.lang.String adapter_name,
POAManager a_POAManager,
Policy[] policies)
Operation create_POA
|
Object |
create_reference_with_id(byte[] oid,
java.lang.String intf)
Operation create_reference_with_id
|
Object |
create_reference(java.lang.String intf)
Operation create_reference
|
RequestProcessingPolicy |
create_request_processing_policy(RequestProcessingPolicyValue value)
Operation create_request_processing_policy
|
ServantRetentionPolicy |
create_servant_retention_policy(ServantRetentionPolicyValue value)
Operation create_servant_retention_policy
|
ThreadPolicy |
create_thread_policy(ThreadPolicyValue value)
Operation create_thread_policy
|
void |
deactivate_object(byte[] oid)
Operation deactivate_object
|
void |
destroy(boolean etherealize_objects,
boolean wait_for_completion)
Operation destroy
|
POA |
find_POA(java.lang.String adapter_name,
boolean activate_it)
Operation find_POA
|
ServantManager |
get_servant_manager()
Operation get_servant_manager
|
Servant |
get_servant()
Operation get_servant
|
Object |
id_to_reference(byte[] oid)
Operation id_to_reference
|
Servant |
id_to_servant(byte[] oid)
Operation id_to_servant
|
byte[] |
id()
Read accessor for id attribute
|
byte[] |
reference_to_id(Object reference)
Operation reference_to_id
|
Servant |
reference_to_servant(Object reference)
Operation reference_to_servant
|
byte[] |
servant_to_id(Servant p_servant)
Operation servant_to_id
|
Object |
servant_to_reference(Servant p_servant)
Operation servant_to_reference
|
void |
set_servant_manager(ServantManager imgr)
Operation set_servant_manager
|
void |
set_servant(Servant p_servant)
Operation set_servant
|
AdapterActivator |
the_activator()
Read accessor for the_activator attribute
|
void |
the_activator(AdapterActivator value)
Write accessor for the_activator attribute
|
POA[] |
the_children()
Read accessor for the_children attribute
|
java.lang.String |
the_name()
Read accessor for the_name attribute
|
POA |
the_parent()
Read accessor for the_parent attribute
|
POAManager |
the_POAManager()
Read accessor for the_POAManager attribute
|
byte[] id()
POA create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies) throws AdapterAlreadyExists, InvalidPolicy
AdapterAlreadyExistsInvalidPolicyPOA find_POA(java.lang.String adapter_name, boolean activate_it) throws AdapterNonExistent
AdapterNonExistentvoid destroy(boolean etherealize_objects,
boolean wait_for_completion)
ThreadPolicy create_thread_policy(ThreadPolicyValue value)
LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)
IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)
IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)
ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)
ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)
RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)
java.lang.String the_name()
POA the_parent()
POA[] the_children()
POAManager the_POAManager()
AdapterActivator the_activator()
void the_activator(AdapterActivator value)
value - the attribute valueServantManager get_servant_manager() throws WrongPolicy
WrongPolicyvoid set_servant_manager(ServantManager imgr) throws WrongPolicy
WrongPolicyServant get_servant() throws NoServant, WrongPolicy
NoServantWrongPolicyvoid set_servant(Servant p_servant) throws WrongPolicy
WrongPolicybyte[] activate_object(Servant p_servant) throws ServantAlreadyActive, WrongPolicy
ServantAlreadyActiveWrongPolicyvoid activate_object_with_id(byte[] id,
Servant p_servant)
throws ServantAlreadyActive,
ObjectAlreadyActive,
WrongPolicy
void deactivate_object(byte[] oid)
throws ObjectNotActive,
WrongPolicy
ObjectNotActiveWrongPolicyObject create_reference(java.lang.String intf) throws WrongPolicy
WrongPolicyObject create_reference_with_id(byte[] oid, java.lang.String intf)
byte[] servant_to_id(Servant p_servant) throws ServantNotActive, WrongPolicy
ServantNotActiveWrongPolicyObject servant_to_reference(Servant p_servant) throws ServantNotActive, WrongPolicy
ServantNotActiveWrongPolicyServant reference_to_servant(Object reference) throws ObjectNotActive, WrongPolicy
ObjectNotActiveWrongPolicybyte[] reference_to_id(Object reference) throws WrongAdapter, WrongPolicy
WrongAdapterWrongPolicyServant id_to_servant(byte[] oid) throws ObjectNotActive, WrongPolicy
ObjectNotActiveWrongPolicyObject id_to_reference(byte[] oid) throws ObjectNotActive, WrongPolicy
ObjectNotActiveWrongPolicy