Package | Description |
---|---|
com.sun.corba.se.impl.interceptors | |
com.sun.corba.se.impl.ior | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
org.omg.CSIIOP | |
org.omg.IOP |
This package contains the IOP module specified in the OMG document
The Common
Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6.
|
org.omg.PortableInterceptor |
Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB.
|
Modifier and Type | Method and Description |
---|---|
TaggedComponent |
ClientRequestInfoImpl.get_effective_component(int id)
Returns the IOP::TaggedComponent with the given ID from the profile
selected for this request.
|
TaggedComponent[] |
ClientRequestInfoImpl.get_effective_components(int id)
Returns all the tagged components with the given ID from the profile
selected for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
IORInfoImpl.add_ior_component_to_profile(TaggedComponent tagged_component,
int profile_id)
A portable ORB service implementation calls this method from its
implementation of establish_components to add a tagged component to
the set which will be included when constructing IORs.
|
void |
IORInfoImpl.add_ior_component(TaggedComponent tagged_component)
A portable ORB service implementation calls this method from its
implementation of establish_components to add a tagged component to
the set which will be included when constructing IORs.
|
Modifier and Type | Method and Description |
---|---|
TaggedComponent |
GenericTaggedComponent.getIOPComponent(ORB orb) |
Modifier and Type | Method and Description |
---|---|
TaggedComponent |
TaggedComponentFactoryFinderImpl.create(ORB orb,
TaggedComponent comp) |
Modifier and Type | Method and Description |
---|---|
TaggedComponent |
TaggedComponentBase.getIOPComponent(ORB orb) |
TaggedComponent |
TaggedComponent.getIOPComponent(ORB orb) |
TaggedComponent[] |
TaggedProfileTemplateBase.getIOPComponents(ORB orb,
int id) |
TaggedComponent[] |
TaggedProfileTemplate.getIOPComponents(ORB orb,
int id)
Return the tagged components in this profile (if any)
in the GIOP marshalled form, which is required for Portable
Interceptors.
|
Modifier and Type | Method and Description |
---|---|
TaggedComponent |
TaggedComponentFactoryFinder.create(ORB orb,
TaggedComponent comp)
Create a tagged component from a GIOP marshalled representation
of a tagged component.
|
Modifier and Type | Field and Description |
---|---|
TaggedComponent |
CompoundSecMech.transport_mech |
Constructor and Description |
---|
CompoundSecMech(short _target_requires,
TaggedComponent _transport_mech,
AS_ContextSec _as_context_mech,
SAS_ContextSec _sas_context_mech) |
Modifier and Type | Field and Description |
---|---|
TaggedComponent[] |
TaggedComponentSeqHolder.value |
TaggedComponent |
TaggedComponentHolder.value |
TaggedComponent[] |
MultipleComponentProfileHolder.value |
Modifier and Type | Method and Description |
---|---|
static TaggedComponent[] |
TaggedComponentSeqHelper.extract(Any a) |
static TaggedComponent |
TaggedComponentHelper.extract(Any a) |
static TaggedComponent[] |
MultipleComponentProfileHelper.extract(Any a) |
static TaggedComponent[] |
TaggedComponentSeqHelper.read(InputStream istream) |
static TaggedComponent |
TaggedComponentHelper.read(InputStream istream) |
static TaggedComponent[] |
MultipleComponentProfileHelper.read(InputStream istream) |
Modifier and Type | Method and Description |
---|---|
static void |
TaggedComponentHelper.insert(Any a,
TaggedComponent that) |
static void |
TaggedComponentSeqHelper.insert(Any a,
TaggedComponent[] that) |
static void |
MultipleComponentProfileHelper.insert(Any a,
TaggedComponent[] that) |
static void |
TaggedComponentHelper.write(OutputStream ostream,
TaggedComponent value) |
static void |
TaggedComponentSeqHelper.write(OutputStream ostream,
TaggedComponent[] value) |
static void |
MultipleComponentProfileHelper.write(OutputStream ostream,
TaggedComponent[] value) |
Constructor and Description |
---|
MultipleComponentProfileHolder(TaggedComponent[] initialValue) |
TaggedComponentHolder(TaggedComponent initialValue) |
TaggedComponentSeqHolder(TaggedComponent[] initialValue) |
Modifier and Type | Method and Description |
---|---|
TaggedComponent |
ClientRequestInfoOperations.get_effective_component(int id)
Returns the
IOP.TaggedComponent with the given ID from
the profile selected for this request. |
TaggedComponent[] |
ClientRequestInfoOperations.get_effective_components(int id)
Returns an array of all tagged components with the given ID from the
profile selected for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
IORInfoOperations.add_ior_component_to_profile(TaggedComponent tagged_component,
int profile_id)
A portable ORB service implementation calls
add_ior_component_to_profile from its implementation of
establish_components to add a tagged component to the
set which will be included when constructing IORs. |
void |
IORInfoOperations.add_ior_component(TaggedComponent tagged_component)
A portable ORB service implementation calls
add_ior_component from its implementation of
establish_components to add a tagged component to the
set which will be included when constructing IORs. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.