org.omg.PortableServer
Interface POAOperations
- All Known Subinterfaces:
- POA
- All Known Implementing Classes:
- _POALocalBase, POALocalTie
public interface POAOperations
Generated from IDL interface "POA"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
create_POA
POA create_POA(java.lang.String adapter_name,
POAManager a_POAManager,
Policy[] policies)
throws InvalidPolicy,
AdapterAlreadyExists
- Throws:
InvalidPolicy
AdapterAlreadyExists
find_POA
POA find_POA(java.lang.String adapter_name,
boolean activate_it)
throws AdapterNonExistent
- Throws:
AdapterNonExistent
destroy
void destroy(boolean etherealize_objects,
boolean wait_for_completion)
create_thread_policy
ThreadPolicy create_thread_policy(ThreadPolicyValue value)
create_lifespan_policy
LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)
create_id_uniqueness_policy
IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)
create_id_assignment_policy
IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)
create_implicit_activation_policy
ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)
create_servant_retention_policy
ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)
create_request_processing_policy
RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)
the_name
java.lang.String the_name()
the_parent
POA the_parent()
the_children
POA[] the_children()
the_POAManager
POAManager the_POAManager()
the_activator
AdapterActivator the_activator()
the_activator
void the_activator(AdapterActivator arg)
get_servant_manager
ServantManager get_servant_manager()
throws WrongPolicy
- Throws:
WrongPolicy
set_servant_manager
void set_servant_manager(ServantManager imgr)
throws WrongPolicy
- Throws:
WrongPolicy
get_servant
Servant get_servant()
throws WrongPolicy,
NoServant
- Throws:
WrongPolicy
NoServant
set_servant
void set_servant(Servant p_servant)
throws WrongPolicy
- Throws:
WrongPolicy
activate_object
byte[] activate_object(Servant p_servant)
throws ServantAlreadyActive,
WrongPolicy
- Throws:
ServantAlreadyActive
WrongPolicy
activate_object_with_id
void activate_object_with_id(byte[] id,
Servant p_servant)
throws ServantAlreadyActive,
ObjectAlreadyActive,
WrongPolicy
- Throws:
ServantAlreadyActive
ObjectAlreadyActive
WrongPolicy
deactivate_object
void deactivate_object(byte[] oid)
throws WrongPolicy,
ObjectNotActive
- Throws:
WrongPolicy
ObjectNotActive
create_reference
Object create_reference(java.lang.String intf)
throws WrongPolicy
- Throws:
WrongPolicy
create_reference_with_id
Object create_reference_with_id(byte[] oid,
java.lang.String intf)
servant_to_id
byte[] servant_to_id(Servant p_servant)
throws ServantNotActive,
WrongPolicy
- Throws:
ServantNotActive
WrongPolicy
servant_to_reference
Object servant_to_reference(Servant p_servant)
throws ServantNotActive,
WrongPolicy
- Throws:
ServantNotActive
WrongPolicy
reference_to_servant
Servant reference_to_servant(Object reference)
throws WrongAdapter,
WrongPolicy,
ObjectNotActive
- Throws:
WrongAdapter
WrongPolicy
ObjectNotActive
reference_to_id
byte[] reference_to_id(Object reference)
throws WrongAdapter,
WrongPolicy
- Throws:
WrongAdapter
WrongPolicy
id_to_servant
Servant id_to_servant(byte[] oid)
throws WrongPolicy,
ObjectNotActive
- Throws:
WrongPolicy
ObjectNotActive
id_to_reference
Object id_to_reference(byte[] oid)
throws WrongPolicy,
ObjectNotActive
- Throws:
WrongPolicy
ObjectNotActive
id
byte[] id()
the_POAManagerFactory
POAManagerFactory the_POAManagerFactory()
Copyright © {inceptionYear}-2007 null. All Rights Reserved.