org.omg.PortableServer
Interface POAOperations

All Known Subinterfaces:
POA
All Known Implementing Classes:
_POALocalBase

public interface POAOperations

Generated from IDL interface "POA"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 void activate_object_with_id(byte[] id, Servant p_servant)
           
 byte[] activate_object(Servant p_servant)
           
 IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)
           
 IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)
           
 ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)
           
 LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)
           
 POA create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 Object create_reference_with_id(byte[] oid, java.lang.String intf)
           
 Object create_reference(java.lang.String intf)
           
 RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)
           
 ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)
           
 ThreadPolicy create_thread_policy(ThreadPolicyValue value)
           
 void deactivate_object(byte[] oid)
           
 void destroy(boolean etherealize_objects, boolean wait_for_completion)
           
 POA find_POA(java.lang.String adapter_name, boolean activate_it)
           
 ServantManager get_servant_manager()
           
 Servant get_servant()
           
 Object id_to_reference(byte[] oid)
           
 Servant id_to_servant(byte[] oid)
           
 byte[] reference_to_id(Object reference)
           
 Servant reference_to_servant(Object reference)
           
 byte[] servant_to_id(Servant p_servant)
           
 Object servant_to_reference(Servant p_servant)
           
 void set_servant_manager(ServantManager imgr)
           
 void set_servant(Servant p_servant)
           
 AdapterActivator the_activator()
           
 void the_activator(AdapterActivator arg)
           
 POA[] the_children()
           
 java.lang.String the_name()
           
 POA the_parent()
           
 POAManager the_POAManager()
           
 

Method Detail

create_POA

public POA create_POA(java.lang.String adapter_name,
                      POAManager a_POAManager,
                      Policy[] policies)
               throws InvalidPolicy,
                      AdapterAlreadyExists
Throws:
InvalidPolicy
AdapterAlreadyExists

find_POA

public POA find_POA(java.lang.String adapter_name,
                    boolean activate_it)
             throws AdapterNonExistent
Throws:
AdapterNonExistent

destroy

public void destroy(boolean etherealize_objects,
                    boolean wait_for_completion)

create_thread_policy

public ThreadPolicy create_thread_policy(ThreadPolicyValue value)

create_lifespan_policy

public LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)

create_id_uniqueness_policy

public IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)

create_id_assignment_policy

public IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)

create_implicit_activation_policy

public ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)

create_servant_retention_policy

public ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)

create_request_processing_policy

public RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)

the_name

public java.lang.String the_name()

the_parent

public POA the_parent()

the_children

public POA[] the_children()

the_POAManager

public POAManager the_POAManager()

the_activator

public AdapterActivator the_activator()

the_activator

public void the_activator(AdapterActivator arg)

get_servant_manager

public ServantManager get_servant_manager()
                                   throws WrongPolicy
Throws:
WrongPolicy

set_servant_manager

public void set_servant_manager(ServantManager imgr)
                         throws WrongPolicy
Throws:
WrongPolicy

get_servant

public Servant get_servant()
                    throws WrongPolicy,
                           NoServant
Throws:
WrongPolicy
NoServant

set_servant

public void set_servant(Servant p_servant)
                 throws WrongPolicy
Throws:
WrongPolicy

activate_object

public byte[] activate_object(Servant p_servant)
                       throws ServantAlreadyActive,
                              WrongPolicy
Throws:
ServantAlreadyActive
WrongPolicy

activate_object_with_id

public void activate_object_with_id(byte[] id,
                                    Servant p_servant)
                             throws ServantAlreadyActive,
                                    ObjectAlreadyActive,
                                    WrongPolicy
Throws:
ServantAlreadyActive
ObjectAlreadyActive
WrongPolicy

deactivate_object

public void deactivate_object(byte[] oid)
                       throws WrongPolicy,
                              ObjectNotActive
Throws:
WrongPolicy
ObjectNotActive

create_reference

public Object create_reference(java.lang.String intf)
                        throws WrongPolicy
Throws:
WrongPolicy

create_reference_with_id

public Object create_reference_with_id(byte[] oid,
                                       java.lang.String intf)
                                throws WrongPolicy
Throws:
WrongPolicy

servant_to_id

public byte[] servant_to_id(Servant p_servant)
                     throws ServantNotActive,
                            WrongPolicy
Throws:
ServantNotActive
WrongPolicy

servant_to_reference

public Object servant_to_reference(Servant p_servant)
                            throws ServantNotActive,
                                   WrongPolicy
Throws:
ServantNotActive
WrongPolicy

reference_to_servant

public Servant reference_to_servant(Object reference)
                             throws WrongAdapter,
                                    WrongPolicy,
                                    ObjectNotActive
Throws:
WrongAdapter
WrongPolicy
ObjectNotActive

reference_to_id

public byte[] reference_to_id(Object reference)
                       throws WrongAdapter,
                              WrongPolicy
Throws:
WrongAdapter
WrongPolicy

id_to_servant

public Servant id_to_servant(byte[] oid)
                      throws WrongPolicy,
                             ObjectNotActive
Throws:
WrongPolicy
ObjectNotActive

id_to_reference

public Object id_to_reference(byte[] oid)
                       throws WrongPolicy,
                              ObjectNotActive
Throws:
WrongPolicy
ObjectNotActive