| Package | Description |
|---|---|
| com.sun.corba.ee.impl.ior | |
| com.sun.corba.ee.impl.ior.iiop | |
| com.sun.corba.ee.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
| com.sun.corba.ee.spi.ior.iiop |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericTaggedComponent |
| Modifier and Type | Method and Description |
|---|---|
TaggedComponent |
TaggedComponentFactoryFinderImpl.create(ORB orb,
TaggedComponent comp) |
TaggedComponent |
TaggedComponentFactoryFinderImpl.handleMissingFactory(int id,
InputStream is) |
| Modifier and Type | Class and Description |
|---|---|
class |
AlternateIIOPAddressComponentImpl |
class |
ClusterInstanceInfoComponentImpl |
class |
CodeSetsComponentImpl |
class |
JavaCodebaseComponentImpl |
class |
JavaSerializationComponent
Tagged component that contains a value that indicates the Java
serialization version supported by the ORB.
|
class |
LoadBalancingComponentImpl |
class |
MaxStreamFormatVersionComponentImpl |
class |
ORBTypeComponentImpl |
class |
RequestPartitioningComponentImpl |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TaggedComponent> |
IIOPProfileTemplateImpl.getTaggedComponents() |
| Modifier and Type | Class and Description |
|---|---|
class |
TaggedComponentBase
Base class to use for implementing TaggedComponents.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends TaggedComponent> |
TaggedProfileTemplateBase.iteratorById(int id,
Class<T> cls) |
<T extends TaggedComponent> |
TaggedProfileTemplate.iteratorById(int id,
Class<T> cls) |
| 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 | Method and Description |
|---|---|
Iterator<TaggedComponent> |
TaggedProfileTemplate.getTaggedComponents() |
Iterator<TaggedComponent> |
TaggedProfileTemplate.iteratorById(int id)
Return an iterator that iterates over tagged components with
identifier id.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlternateIIOPAddressComponent |
interface |
ClusterInstanceInfoComponent |
interface |
CodeSetsComponent |
interface |
JavaCodebaseComponent |
interface |
LoadBalancingComponent |
interface |
MaxStreamFormatVersionComponent |
interface |
ORBTypeComponent |
interface |
RequestPartitioningComponent |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.