|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.omg.CORBA.LocalObject
org.jacorb.orb.portableInterceptor.IORInfoImpl
public class IORInfoImpl
This class represents the type of info object
that will be passed to the IORInterceptors.
See PI Spec p.7-64f
| Constructor Summary | |
|---|---|
IORInfoImpl(ORB orb,
POA poa,
java.util.Map components,
java.util.Map policy_overrides,
java.util.List profiles)
|
|
| Method Summary | |
|---|---|
void |
add_ior_component_to_profile(org.omg.IOP.TaggedComponent component,
int id)
Adds the component to the profile with the given tag. |
void |
add_ior_component(org.omg.IOP.TaggedComponent component)
Adds component to all profiles. |
void |
add_profile(Profile profile)
This method adds a further profile to an IOR. |
org.omg.CORBA.Policy |
get_effective_policy(int type)
|
int |
get_number_of_profiles(int tag)
This method returns the number of profiles of the given type. |
org.omg.ETF.Profile |
get_profile(int tag)
Returns the first profile with the given tag (position == 0). |
org.omg.ETF.Profile |
get_profile(int tag,
int position)
Returns the profile with the given tag at the given position. |
| 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.PortableInterceptor.IORInfoOperations |
|---|
adapter_template, current_factory, current_factory, manager_id, state |
| Methods inherited from interface org.omg.CORBA.Object |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| Constructor Detail |
|---|
public IORInfoImpl(ORB orb,
POA poa,
java.util.Map components,
java.util.Map policy_overrides,
java.util.List profiles)
| Method Detail |
|---|
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 id)
add_ior_component_to_profile in interface org.omg.PortableInterceptor.IORInfoOperationspublic org.omg.CORBA.Policy get_effective_policy(int type)
get_effective_policy in interface org.omg.PortableInterceptor.IORInfoOperationspublic void add_profile(Profile profile)
add_profile in interface IORInfoExtprofile - the profile to addpublic int get_number_of_profiles(int tag)
get_number_of_profiles in interface IORInfoExttag - profile tag, e.g. TAG_INTERNET_IOP.value
public org.omg.ETF.Profile get_profile(int tag,
int position)
0 <= position < get_number_of_profiles(tag)
get_profile in interface IORInfoExttag - tag of profile, e.g. TAG_INTERNET_IOP.valueposition - position in IOR
java.lang.ArrayIndexOutOfBoundsException - if position is
out of rangepublic org.omg.ETF.Profile get_profile(int tag)
get_profile in interface IORInfoExttag - tag of profile, e.g. TAG_INTERNET_IOP.value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||