|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaggedComponent | |
org.jacorb.orb | |
org.jacorb.orb.portableInterceptor | |
org.omg.CSIIOP | |
org.omg.IIOP | |
org.omg.IOP | |
org.omg.PortableInterceptor |
Uses of TaggedComponent in org.jacorb.orb |
Methods in org.jacorb.orb that return TaggedComponent | |
TaggedComponent |
TaggedComponentList.get(int index)
|
TaggedComponent[] |
TaggedComponentList.asArray()
|
Methods in org.jacorb.orb with parameters of type TaggedComponent | |
void |
TaggedComponentList.addComponent(TaggedComponent component)
Adds a tagged component to this list. |
Uses of TaggedComponent in org.jacorb.orb.portableInterceptor |
Fields in org.jacorb.orb.portableInterceptor declared as TaggedComponent | |
TaggedComponent[] |
ClientRequestInfoImpl.effective_components
|
Methods in org.jacorb.orb.portableInterceptor that return TaggedComponent | |
TaggedComponent |
ClientRequestInfoImpl.get_effective_component(int id)
|
TaggedComponent[] |
ClientRequestInfoImpl.get_effective_components(int id)
|
Methods in org.jacorb.orb.portableInterceptor with parameters of type TaggedComponent | |
void |
IORInfoImpl.add_ior_component(TaggedComponent component)
Adds component to all profiles. |
void |
IORInfoImpl.add_ior_component_to_profile(TaggedComponent component,
int id)
Adds the component to the profile with the given tag. |
Uses of TaggedComponent in org.omg.CSIIOP |
Fields in org.omg.CSIIOP declared as TaggedComponent | |
TaggedComponent |
CompoundSecMech.transport_mech
|
Constructors in org.omg.CSIIOP with parameters of type TaggedComponent | |
CompoundSecMech(short target_requires,
TaggedComponent transport_mech,
AS_ContextSec as_context_mech,
SAS_ContextSec sas_context_mech)
|
Uses of TaggedComponent in org.omg.IIOP |
Fields in org.omg.IIOP declared as TaggedComponent | |
TaggedComponent[] |
ProfileBody_1_1.components
|
Constructors in org.omg.IIOP with parameters of type TaggedComponent | |
ProfileBody_1_1(Version iiop_version,
java.lang.String host,
short port,
byte[] object_key,
TaggedComponent[] components)
|
Uses of TaggedComponent in org.omg.IOP |
Fields in org.omg.IOP declared as TaggedComponent | |
TaggedComponent[] |
TaggedComponentSeqHolder.value
|
TaggedComponent |
TaggedComponentHolder.value
|
TaggedComponent[] |
MultipleComponentProfileHolder.value
|
Methods in org.omg.IOP that return TaggedComponent | |
static TaggedComponent[] |
TaggedComponentSeqHelper.extract(Any any)
|
static TaggedComponent[] |
TaggedComponentSeqHelper.read(InputStream _in)
|
static TaggedComponent |
TaggedComponentHelper.extract(Any any)
|
static TaggedComponent |
TaggedComponentHelper.read(InputStream in)
|
static TaggedComponent[] |
MultipleComponentProfileHelper.extract(Any any)
|
static TaggedComponent[] |
MultipleComponentProfileHelper.read(InputStream _in)
|
Methods in org.omg.IOP with parameters of type TaggedComponent | |
static void |
TaggedComponentSeqHelper.insert(Any any,
TaggedComponent[] s)
|
static void |
TaggedComponentSeqHelper.write(OutputStream _out,
TaggedComponent[] _s)
|
static void |
TaggedComponentHelper.insert(Any any,
TaggedComponent s)
|
static void |
TaggedComponentHelper.write(OutputStream out,
TaggedComponent s)
|
static void |
MultipleComponentProfileHelper.insert(Any any,
TaggedComponent[] s)
|
static void |
MultipleComponentProfileHelper.write(OutputStream _out,
TaggedComponent[] _s)
|
Constructors in org.omg.IOP with parameters of type TaggedComponent | |
TaggedComponentSeqHolder(TaggedComponent[] initial)
|
|
TaggedComponentHolder(TaggedComponent initial)
|
|
MultipleComponentProfileHolder(TaggedComponent[] initial)
|
Uses of TaggedComponent in org.omg.PortableInterceptor |
Methods in org.omg.PortableInterceptor that return TaggedComponent | |
TaggedComponent |
ClientRequestInfoOperations.get_effective_component(int id)
|
TaggedComponent[] |
ClientRequestInfoOperations.get_effective_components(int id)
|
Methods in org.omg.PortableInterceptor with parameters of type TaggedComponent | |
void |
IORInfoOperations.add_ior_component(TaggedComponent component)
|
void |
IORInfoOperations.add_ior_component_to_profile(TaggedComponent component,
int profile_id)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |