|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.LocalObject
org.openorb.PI.ComponentSet
This class is used to return all component tag required to complete an IOR.
Constructor Summary | |
ComponentSet(ORB orb,
PolicyManagerOperations oaPolicies,
DomainManager[] domainManagers)
Constructor |
Method Summary | |
void |
add_ior_component_to_profile(TaggedComponent component,
int profile_id)
Add a tagged component for a specific profile |
void |
add_ior_component(TaggedComponent component)
Add a tagged component for all profiles |
Policy |
get_effective_policy(int type)
Return an effective policy. |
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 |
equals, 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(ORB orb, PolicyManagerOperations oaPolicies, DomainManager[] domainManagers)
Method Detail |
public void interception_point()
public Policy get_effective_policy(int type)
get_effective_policy
in interface IORInfoOperations
public void add_ior_component(TaggedComponent component)
add_ior_component
in interface IORInfoOperations
public void add_ior_component_to_profile(TaggedComponent component, int profile_id)
add_ior_component_to_profile
in interface IORInfoOperations
public TaggedComponent[] getComponents(int profile_id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |