Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.CORBA.LocalObject
org.omg.PortableServer._POALocalBase
org.omg.PortableServer.POALocalTie
public class POALocalTie
extends _POALocalBase
Constructor Summary | |
|
Methods inherited from class org.omg.PortableServer._POALocalBase | |
_ids |
Methods inherited from class org.omg.CORBA.LocalObject | |
_create_request , _create_request , _duplicate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_policy_override , validate_connection |
public byte[] activate_object(Servant p_servant) throws WrongPolicy, ServantAlreadyActive
- Specified by:
- activate_object in interface POAOperations
public void activate_object_with_id(byte[] id, Servant p_servant) throws WrongPolicy, ServantAlreadyActive, ObjectAlreadyActive
- Specified by:
- activate_object_with_id in interface POAOperations
public POA create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies) throws InvalidPolicy, AdapterAlreadyExists
- Specified by:
- create_POA in interface POAOperations
public IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)
- Specified by:
- create_id_assignment_policy in interface POAOperations
public IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)
- Specified by:
- create_id_uniqueness_policy in interface POAOperations
public ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)
- Specified by:
- create_implicit_activation_policy in interface POAOperations
public LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)
- Specified by:
- create_lifespan_policy in interface POAOperations
public Object create_reference(java.lang.String intf) throws WrongPolicy
- Specified by:
- create_reference in interface POAOperations
public Object create_reference_with_id(byte[] oid, java.lang.String intf) throws WrongPolicy
- Specified by:
- create_reference_with_id in interface POAOperations
public RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)
- Specified by:
- create_request_processing_policy in interface POAOperations
public ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)
- Specified by:
- create_servant_retention_policy in interface POAOperations
public ThreadPolicy create_thread_policy(ThreadPolicyValue value)
- Specified by:
- create_thread_policy in interface POAOperations
public void deactivate_object(byte[] oid) throws WrongPolicy, ObjectNotActive
- Specified by:
- deactivate_object in interface POAOperations
public void destroy(boolean etherealize_objects, boolean wait_for_completion)
- Specified by:
- destroy in interface POAOperations
public POA find_POA(java.lang.String adapter_name, boolean activate_it) throws AdapterNonExistent
- Specified by:
- find_POA in interface POAOperations
public Servant get_servant() throws NoServant, WrongPolicy
- Specified by:
- get_servant in interface POAOperations
public ServantManager get_servant_manager() throws WrongPolicy
- Specified by:
- get_servant_manager in interface POAOperations
public Object id_to_reference(byte[] oid) throws WrongPolicy, ObjectNotActive
- Specified by:
- id_to_reference in interface POAOperations
public Servant id_to_servant(byte[] oid) throws WrongPolicy, ObjectNotActive
- Specified by:
- id_to_servant in interface POAOperations
public byte[] reference_to_id(Object reference) throws WrongPolicy, WrongAdapter
- Specified by:
- reference_to_id in interface POAOperations
public Servant reference_to_servant(Object reference) throws WrongPolicy, ObjectNotActive, WrongAdapter
- Specified by:
- reference_to_servant in interface POAOperations
public byte[] servant_to_id(Servant p_servant) throws WrongPolicy, ServantNotActive
- Specified by:
- servant_to_id in interface POAOperations
public Object servant_to_reference(Servant p_servant) throws WrongPolicy, ServantNotActive
- Specified by:
- servant_to_reference in interface POAOperations
public void set_servant(Servant p_servant) throws WrongPolicy
- Specified by:
- set_servant in interface POAOperations
public void set_servant_manager(ServantManager imgr) throws WrongPolicy
- Specified by:
- set_servant_manager in interface POAOperations
public POAManager the_POAManager()
- Specified by:
- the_POAManager in interface POAOperations
public AdapterActivator the_activator()
- Specified by:
- the_activator in interface POAOperations
public void the_activator(AdapterActivator a)
- Specified by:
- the_activator in interface POAOperations