|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.LocalObject | +--org.openorb.orb.pi.ComponentSet
This class is used to return all component tag required to complete an IOR.
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 |
public ComponentSet(org.omg.CORBA.ORB orb, org.omg.CORBA.PolicyManagerOperations oaPolicies, org.omg.CORBA.DomainManager[] domainManagers)
Method Detail |
public void interception_point()
public org.omg.CORBA.Policy get_effective_policy(int type)
get_effective_policy
in interface org.omg.PortableInterceptor.IORInfoOperations
public void add_ior_component(org.omg.IOP.TaggedComponent component)
add_ior_component
in interface org.omg.PortableInterceptor.IORInfoOperations
public void add_ior_component_to_profile(org.omg.IOP.TaggedComponent component, int profile_id)
add_ior_component_to_profile
in interface org.omg.PortableInterceptor.IORInfoOperations
public org.omg.IOP.TaggedComponent[] getComponents(int profile_id)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |