org.apache.yoko.orb.PortableInterceptor
Class IORInfo_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.PortableInterceptor.IORInfo_impl
All Implemented Interfaces:
Serializable, Object, IDLEntity, IORInfo, IORInfoOperations

public final class IORInfo_impl
extends LocalObject
implements IORInfo

See Also:
Serialized Form

Field Summary
protected  ORBInstance orbInstance_
           
 
Constructor Summary
IORInfo_impl(ORBInstance orbInstance, Acceptor[] acceptors, Policy[] policies, POAPolicies poaPolicies, String id, short state)
           
 
Method Summary
 void _OB_adapterTemplate(ObjectReferenceTemplate adapterTemplate)
           
 void _OB_addComponents(IORHolder ior, Version version)
           
 void _OB_state(short state)
           
 ObjectReferenceTemplate adapter_template()
           
 void add_ior_component_to_profile(TaggedComponent data, int id)
           
 void add_ior_component(TaggedComponent data)
           
 ObjectReferenceFactory current_factory()
           
 void current_factory(ObjectReferenceFactory currentFactory)
           
 Policy get_effective_policy(int type)
           
 String manager_id()
           
 short state()
           
 
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
 

Field Detail

orbInstance_

protected ORBInstance orbInstance_
Constructor Detail

IORInfo_impl

public IORInfo_impl(ORBInstance orbInstance,
                    Acceptor[] acceptors,
                    Policy[] policies,
                    POAPolicies poaPolicies,
                    String id,
                    short state)
Method Detail

get_effective_policy

public Policy get_effective_policy(int type)
Specified by:
get_effective_policy in interface IORInfoOperations

add_ior_component

public void add_ior_component(TaggedComponent data)
Specified by:
add_ior_component in interface IORInfoOperations

add_ior_component_to_profile

public void add_ior_component_to_profile(TaggedComponent data,
                                         int id)
Specified by:
add_ior_component_to_profile in interface IORInfoOperations

adapter_template

public ObjectReferenceTemplate adapter_template()
Specified by:
adapter_template in interface IORInfoOperations

current_factory

public ObjectReferenceFactory current_factory()
Specified by:
current_factory in interface IORInfoOperations

current_factory

public void current_factory(ObjectReferenceFactory currentFactory)
Specified by:
current_factory in interface IORInfoOperations

manager_id

public String manager_id()
Specified by:
manager_id in interface IORInfoOperations

state

public short state()
Specified by:
state in interface IORInfoOperations

_OB_adapterTemplate

public void _OB_adapterTemplate(ObjectReferenceTemplate adapterTemplate)

_OB_state

public void _OB_state(short state)

_OB_addComponents

public void _OB_addComponents(IORHolder ior,
                              Version version)


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