|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface definition : POA
Method Summary | |
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 |
Method Detail |
public byte[] id()
public POA create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies) throws AdapterAlreadyExists, InvalidPolicy
public POA find_POA(java.lang.String adapter_name, boolean activate_it) throws AdapterNonExistent
public void destroy(boolean etherealize_objects, boolean wait_for_completion)
public ThreadPolicy create_thread_policy(ThreadPolicyValue value)
public LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)
public IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)
public IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)
public ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)
public ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)
public RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)
public java.lang.String the_name()
public POA the_parent()
public POA[] the_children()
public POAManager the_POAManager()
public AdapterActivator the_activator()
public void the_activator(AdapterActivator value)
value
- the attribute valuepublic ServantManager get_servant_manager() throws WrongPolicy
public void set_servant_manager(ServantManager imgr) throws WrongPolicy
public Servant get_servant() throws NoServant, WrongPolicy
public void set_servant(Servant p_servant) throws WrongPolicy
public byte[] activate_object(Servant p_servant) throws ServantAlreadyActive, WrongPolicy
public void activate_object_with_id(byte[] id, Servant p_servant) throws ServantAlreadyActive, ObjectAlreadyActive, WrongPolicy
public void deactivate_object(byte[] oid) throws ObjectNotActive, WrongPolicy
public Object create_reference(java.lang.String intf) throws WrongPolicy
public Object create_reference_with_id(byte[] oid, java.lang.String intf)
public byte[] servant_to_id(Servant p_servant) throws ServantNotActive, WrongPolicy
public Object servant_to_reference(Servant p_servant) throws ServantNotActive, WrongPolicy
public Servant reference_to_servant(Object reference) throws ObjectNotActive, WrongPolicy
public byte[] reference_to_id(Object reference) throws WrongAdapter, WrongPolicy
public Servant id_to_servant(byte[] oid) throws ObjectNotActive, WrongPolicy
public Object id_to_reference(byte[] oid) throws ObjectNotActive, WrongPolicy
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |