org.omg.PortableServer
Interface POAOperations

All Known Subinterfaces:
POA, POA, POAOperations
All Known Implementing Classes:
POA_impl

public interface POAOperations


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(String adapter_name, POAManager a_POAManager, Policy[] policies)
           
 Object create_reference_with_id(byte[] oid, String intf)
           
 Object create_reference(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(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[] id()
           
 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 val)
           
 POA[] the_children()
           
 String the_name()
           
 POA the_parent()
           
 POAManager the_POAManager()
           
 POAManagerFactory the_POAManagerFactory()
           
 

Method Detail

create_POA

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

find_POA

POA find_POA(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

String the_name()

the_parent

POA the_parent()

the_children

POA[] the_children()

the_POAManager

POAManager the_POAManager()

the_POAManagerFactory

POAManagerFactory the_POAManagerFactory()

id

byte[] id()

the_activator

AdapterActivator the_activator()

the_activator

void the_activator(AdapterActivator val)

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 NoServant,
                           WrongPolicy
Throws:
NoServant
WrongPolicy

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 ObjectNotActive,
                              WrongPolicy
Throws:
ObjectNotActive
WrongPolicy

create_reference

Object create_reference(String intf)
                        throws WrongPolicy
Throws:
WrongPolicy

create_reference_with_id

Object create_reference_with_id(byte[] oid,
                                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 ObjectNotActive,
                                    WrongAdapter,
                                    WrongPolicy
Throws:
ObjectNotActive
WrongAdapter
WrongPolicy

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 ObjectNotActive,
                             WrongPolicy
Throws:
ObjectNotActive
WrongPolicy

id_to_reference

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.