org.omg.PortableServer

Class POALocalTie

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, 7-May-2004

Constructor Summary

POALocalTie(POAOperations delegate)

Method Summary

POAOperations
_delegate()
void
_delegate(POAOperations delegate)
byte[]
activate_object(Servant p_servant)
void
activate_object_with_id(byte[] id, Servant p_servant)
POA
create_POA(java.lang.String adapter_name, POAManager a_POAManager, Policy[] policies)
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)
Object
create_reference(java.lang.String intf)
Object
create_reference_with_id(byte[] oid, 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)
Servant
get_servant()
ServantManager
get_servant_manager()
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(Servant p_servant)
void
set_servant_manager(ServantManager imgr)
POAManager
the_POAManager()
AdapterActivator
the_activator()
void
the_activator(AdapterActivator a)
POA[]
the_children()
java.lang.String
the_name()
POA
the_parent()

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, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection

Constructor Details

POALocalTie

public POALocalTie(POAOperations delegate)

Method Details

_delegate

public POAOperations _delegate()


_delegate

public void _delegate(POAOperations delegate)


activate_object

public byte[] activate_object(Servant p_servant)
            throws WrongPolicy,
                   ServantAlreadyActive
Specified by:
activate_object in interface POAOperations


activate_object_with_id

public void activate_object_with_id(byte[] id,
                                    Servant p_servant)
            throws WrongPolicy,
                   ServantAlreadyActive,
                   ObjectAlreadyActive
Specified by:
activate_object_with_id in interface POAOperations


create_POA

public POA create_POA(java.lang.String adapter_name,
                      POAManager a_POAManager,
                      Policy[] policies)
            throws InvalidPolicy,
                   AdapterAlreadyExists
Specified by:
create_POA in interface POAOperations


create_id_assignment_policy

public IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value)
Specified by:
create_id_assignment_policy in interface POAOperations


create_id_uniqueness_policy

public IdUniquenessPolicy create_id_uniqueness_policy(IdUniquenessPolicyValue value)
Specified by:
create_id_uniqueness_policy in interface POAOperations


create_implicit_activation_policy

public ImplicitActivationPolicy create_implicit_activation_policy(ImplicitActivationPolicyValue value)
Specified by:
create_implicit_activation_policy in interface POAOperations


create_lifespan_policy

public LifespanPolicy create_lifespan_policy(LifespanPolicyValue value)
Specified by:
create_lifespan_policy in interface POAOperations


create_reference

public Object create_reference(java.lang.String intf)
            throws WrongPolicy
Specified by:
create_reference in interface POAOperations


create_reference_with_id

public Object create_reference_with_id(byte[] oid,
                                       java.lang.String intf)
            throws WrongPolicy
Specified by:
create_reference_with_id in interface POAOperations


create_request_processing_policy

public RequestProcessingPolicy create_request_processing_policy(RequestProcessingPolicyValue value)
Specified by:
create_request_processing_policy in interface POAOperations


create_servant_retention_policy

public ServantRetentionPolicy create_servant_retention_policy(ServantRetentionPolicyValue value)
Specified by:
create_servant_retention_policy in interface POAOperations


create_thread_policy

public ThreadPolicy create_thread_policy(ThreadPolicyValue value)
Specified by:
create_thread_policy in interface POAOperations


deactivate_object

public void deactivate_object(byte[] oid)
            throws WrongPolicy,
                   ObjectNotActive
Specified by:
deactivate_object in interface POAOperations


destroy

public void destroy(boolean etherealize_objects,
                    boolean wait_for_completion)
Specified by:
destroy in interface POAOperations


find_POA

public POA find_POA(java.lang.String adapter_name,
                    boolean activate_it)
            throws AdapterNonExistent
Specified by:
find_POA in interface POAOperations


get_servant

public Servant get_servant()
            throws NoServant,
                   WrongPolicy
Specified by:
get_servant in interface POAOperations


get_servant_manager

public ServantManager get_servant_manager()
            throws WrongPolicy
Specified by:
get_servant_manager in interface POAOperations


id_to_reference

public Object id_to_reference(byte[] oid)
            throws WrongPolicy,
                   ObjectNotActive
Specified by:
id_to_reference in interface POAOperations


id_to_servant

public Servant id_to_servant(byte[] oid)
            throws WrongPolicy,
                   ObjectNotActive
Specified by:
id_to_servant in interface POAOperations


reference_to_id

public byte[] reference_to_id(Object reference)
            throws WrongPolicy,
                   WrongAdapter
Specified by:
reference_to_id in interface POAOperations


reference_to_servant

public Servant reference_to_servant(Object reference)
            throws WrongPolicy,
                   ObjectNotActive,
                   WrongAdapter
Specified by:
reference_to_servant in interface POAOperations


servant_to_id

public byte[] servant_to_id(Servant p_servant)
            throws WrongPolicy,
                   ServantNotActive
Specified by:
servant_to_id in interface POAOperations


servant_to_reference

public Object servant_to_reference(Servant p_servant)
            throws WrongPolicy,
                   ServantNotActive
Specified by:
servant_to_reference in interface POAOperations


set_servant

public void set_servant(Servant p_servant)
            throws WrongPolicy
Specified by:
set_servant in interface POAOperations


set_servant_manager

public void set_servant_manager(ServantManager imgr)
            throws WrongPolicy
Specified by:
set_servant_manager in interface POAOperations


the_POAManager

public POAManager the_POAManager()
Specified by:
the_POAManager in interface POAOperations


the_activator

public AdapterActivator the_activator()
Specified by:
the_activator in interface POAOperations


the_activator

public void the_activator(AdapterActivator a)
Specified by:
the_activator in interface POAOperations


the_children

public POA[] the_children()
Specified by:
the_children in interface POAOperations


the_name

public java.lang.String the_name()
Specified by:
the_name in interface POAOperations


the_parent

public POA the_parent()
Specified by:
the_parent in interface POAOperations