| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
TaggedComponent |
MultipleComponentProfileHolder.value
|
TaggedComponent |
TaggedComponentHolder.value
|
| Modifier and Type | Method and Description |
|---|---|
static TaggedComponent |
MultipleComponentProfileHelper.extract(Any
|
static TaggedComponent |
TaggedComponentHelper.extract(Any
|
static TaggedComponent |
MultipleComponentProfileHelper.read(InputStream
|
static TaggedComponent |
TaggedComponentHelper.read(InputStream
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TaggedComponentHelper.insert(Any
|
static void |
MultipleComponentProfileHelper.insert(Any
|
static void |
TaggedComponentHelper.write(OutputStream
|
static void |
MultipleComponentProfileHelper.write(OutputStream
|
| Constructor and Description | |
|---|---|
MultipleComponentProfileHolder(TaggedComponent
|
|
TaggedComponentHolder(TaggedComponent
|
| 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
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
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.
|