public interface POAOperations
POA create_POA(String adapter_name, POAManager a_POAManager, Policy[] policies) throws AdapterAlreadyExists, InvalidPolicy
AdapterAlreadyExists
InvalidPolicy
POA find_POA(String adapter_name, boolean activate_it) throws AdapterNonExistent
AdapterNonExistent
void 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)
String the_name()
POA the_parent()
POA[] the_children()
POAManager the_POAManager()
AdapterActivator the_activator()
void the_activator(AdapterActivator the_activator)
ServantManager get_servant_manager() throws WrongPolicy
WrongPolicy
void set_servant_manager(ServantManager imgr) throws WrongPolicy
WrongPolicy
Servant get_servant() throws NoServant, WrongPolicy
NoServant
WrongPolicy
void set_servant(Servant p_servant) throws WrongPolicy
WrongPolicy
byte[] activate_object(Servant p_servant) throws ServantAlreadyActive, WrongPolicy
ServantAlreadyActive
WrongPolicy
void activate_object_with_id(byte[] id, Servant p_servant) throws ServantAlreadyActive, ObjectAlreadyActive, WrongPolicy
void deactivate_object(byte[] oid) throws ObjectNotActive, WrongPolicy
ObjectNotActive
WrongPolicy
Object create_reference(String intf) throws WrongPolicy
WrongPolicy
Object create_reference_with_id(byte[] oid, String intf) throws WrongPolicy
WrongPolicy
byte[] servant_to_id(Servant p_servant) throws ServantNotActive, WrongPolicy
ServantNotActive
WrongPolicy
Object servant_to_reference(Servant p_servant) throws ServantNotActive, WrongPolicy
ServantNotActive
WrongPolicy
Servant reference_to_servant(Object reference) throws ObjectNotActive, WrongPolicy
ObjectNotActive
WrongPolicy
byte[] reference_to_id(Object reference) throws WrongAdapter, WrongPolicy
WrongAdapter
WrongPolicy
Servant id_to_servant(byte[] oid) throws ObjectNotActive, WrongPolicy
ObjectNotActive
WrongPolicy
Object id_to_reference(byte[] oid) throws ObjectNotActive, WrongPolicy
ObjectNotActive
WrongPolicy
Copyright © 2017 JacORB. All rights reserved.