org.omg.PortableServer
Class POALocalTie

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.omg.PortableServer._POALocalBase
          extended byorg.omg.PortableServer.POALocalTie
All Implemented Interfaces:
IDLEntity, LocalInterface, Object, POA, POAOperations, java.io.Serializable

public class POALocalTie
extends _POALocalBase

Generated from IDL interface "POA"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005
See Also:
Serialized Form

Constructor Summary
POALocalTie(POAOperations delegate)
           
 
Method Summary
 POAOperations _delegate()
           
 void _delegate(POAOperations delegate)
           
 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 a)
           
 POA[] the_children()
           
 java.lang.String the_name()
           
 POA the_parent()
           
 POAManager the_POAManager()
           
 
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_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Constructor Detail

POALocalTie

public POALocalTie(POAOperations delegate)
Method Detail

_delegate

public POAOperations _delegate()

_delegate

public void _delegate(POAOperations delegate)

set_servant

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

get_servant_manager

public ServantManager get_servant_manager()
                                   throws WrongPolicy
Throws:
WrongPolicy

create_servant_retention_policy

public ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)

the_children

public POA[] the_children()

servant_to_reference

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

deactivate_object

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

the_parent

public POA the_parent()

create_request_processing_policy

public RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)

id_to_reference

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

destroy

public void destroy(boolean etherealize_objects,
                    boolean wait_for_completion)

activate_object

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

create_POA

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

create_id_uniqueness_policy

public IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)

the_activator

public void the_activator(AdapterActivator a)

create_thread_policy

public ThreadPolicy create_thread_policy(ThreadPolicyValue value)

set_servant_manager

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

create_implicit_activation_policy

public ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)

create_id_assignment_policy

public IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)

create_reference

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

create_lifespan_policy

public LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)

reference_to_servant

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

find_POA

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

the_POAManager

public POAManager the_POAManager()

activate_object_with_id

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

reference_to_id

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

get_servant

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

id_to_servant

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

servant_to_id

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

the_activator

public AdapterActivator the_activator()

create_reference_with_id

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

the_name

public java.lang.String the_name()