public class ComponentSet
extends org.omg.CORBA.LocalObject
implements org.omg.PortableInterceptor.IORInfo
| Constructor and Description |
|---|
ComponentSet(org.omg.CORBA.ORB orb,
org.omg.CORBA.PolicyManagerOperations oaPolicies,
org.omg.CORBA.DomainManager[] domainManagers)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
_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_connectionpublic ComponentSet(org.omg.CORBA.ORB orb,
org.omg.CORBA.PolicyManagerOperations oaPolicies,
org.omg.CORBA.DomainManager[] domainManagers)
public void interception_point()
public org.omg.CORBA.Policy get_effective_policy(int type)
get_effective_policy in interface org.omg.PortableInterceptor.IORInfoOperationspublic void add_ior_component(org.omg.IOP.TaggedComponent component)
add_ior_component in interface org.omg.PortableInterceptor.IORInfoOperationspublic void add_ior_component_to_profile(org.omg.IOP.TaggedComponent component,
int profile_id)
add_ior_component_to_profile in interface org.omg.PortableInterceptor.IORInfoOperationspublic org.omg.IOP.TaggedComponent[] getComponents(int profile_id)