org.openorb.orb.pi
Class ComponentSet

java.lang.Object
  |
  +--org.omg.CORBA.LocalObject
        |
        +--org.openorb.orb.pi.ComponentSet
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, org.omg.PortableInterceptor.IORInfo, org.omg.PortableInterceptor.IORInfoOperations, org.omg.CORBA.Object, java.io.Serializable

public class ComponentSet
extends org.omg.CORBA.LocalObject
implements org.omg.PortableInterceptor.IORInfo

This class is used to return all component tag required to complete an IOR.

Version:
$Revision: 1.3 $ $Date: 2004/02/10 21:02:51 $
Author:
Jerome Daniel, Chris Wood
See Also:
Serialized Form

Constructor Summary
ComponentSet(org.omg.CORBA.ORB orb, org.omg.CORBA.PolicyManagerOperations oaPolicies, org.omg.CORBA.DomainManager[] domainManagers)
          Constructor
 
Method Summary
 void add_ior_component_to_profile(org.omg.IOP.TaggedComponent component, int profile_id)
          Add a tagged component for a specific profile.
 void add_ior_component(org.omg.IOP.TaggedComponent component)
          Add a tagged component for all profiles.
 org.omg.CORBA.Policy get_effective_policy(int type)
          Return an effective policy.
 org.omg.IOP.TaggedComponent[] getComponents(int profile_id)
          Return tagged component for a specific profile.
 void interception_point()
          This operation is used to apply the interception point for IOR Interceptors.
 
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

ComponentSet

public ComponentSet(org.omg.CORBA.ORB orb,
                    org.omg.CORBA.PolicyManagerOperations oaPolicies,
                    org.omg.CORBA.DomainManager[] domainManagers)
Constructor
Method Detail

interception_point

public void interception_point()
This operation is used to apply the interception point for IOR Interceptors.

get_effective_policy

public org.omg.CORBA.Policy get_effective_policy(int type)
Return an effective policy.
Specified by:
get_effective_policy in interface org.omg.PortableInterceptor.IORInfoOperations

add_ior_component

public void add_ior_component(org.omg.IOP.TaggedComponent component)
Add a tagged component for all profiles.
Specified by:
add_ior_component in interface org.omg.PortableInterceptor.IORInfoOperations

add_ior_component_to_profile

public void add_ior_component_to_profile(org.omg.IOP.TaggedComponent component,
                                         int profile_id)
Add a tagged component for a specific profile.
Specified by:
add_ior_component_to_profile in interface org.omg.PortableInterceptor.IORInfoOperations

getComponents

public org.omg.IOP.TaggedComponent[] getComponents(int profile_id)
Return tagged component for a specific profile.