Novell exteNd Messaging Platform 5.2

org.omg.PortableServer
Interface POAOperations

All Known Subinterfaces:
POA, POA

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 the_activator)
           
 POA[] the_children()
           
 String the_name()
           
 POA the_parent()
           
 POAManager the_POAManager()
           
 

Method Detail

create_POA

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

find_POA

public POA find_POA(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 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 the_activator)

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

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

create_reference

public Object create_reference(String intf)
                        throws WrongPolicy
Throws:
WrongPolicy

create_reference_with_id

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

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

id_to_reference

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

id

public byte[] id()

Novell exteNd Messaging Platform 5.2

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2004 Novell, Inc. All Rights Reserved.