| 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 |
IdentifiableFactoryFinderBase<E extends Identifiable> |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericIdentifiable |
class |
GenericTaggedComponent |
class |
GenericTaggedProfile |
| Modifier and Type | Method and Description |
|---|---|
static <E extends Identifiable> |
EncapsulationUtility.readIdentifiableSequence(List<E> container,
IdentifiableFactoryFinder<E> finder,
InputStream istr)
Read the count from is, then read count Identifiables from
is using the factory.
|
static <E extends Identifiable> |
EncapsulationUtility.writeIdentifiableSequence(List<E> container,
OutputStream os)
Write all Identifiables that we contain to os.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlternateIIOPAddressComponentImpl |
class |
ClusterInstanceInfoComponentImpl |
class |
CodeSetsComponentImpl |
class |
IIOPProfileImpl |
class |
IIOPProfileTemplateImpl |
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 | Class and Description |
|---|---|
class |
EncapsulationFactoryBase<E extends Identifiable> |
class |
IdentifiableContainerBase<E extends Identifiable>
Convenience class for defining objects that contain lists of Identifiables.
|
interface |
IdentifiableFactory<E extends Identifiable>
Factory interface for creating Identifiables.
|
interface |
IdentifiableFactoryFinder<E extends Identifiable>
Interface used to manage a group of related IdentifiableFactory instances.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaggedComponent
Generic interface for all tagged components.
|
interface |
TaggedProfile
TaggedProfile represents a tagged profile in an IOR.
|
interface |
TaggedProfileTemplate
Base template for creating TaggedProfiles.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentifiableBase
Provide support for properly reading and writing Identifiable objects
that are also encapsulations (tagged profiles and components).
|
class |
TaggedComponentBase
Base class to use for implementing TaggedComponents.
|
class |
TaggedProfileTemplateBase |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AlternateIIOPAddressComponent |
interface |
ClusterInstanceInfoComponent |
interface |
CodeSetsComponent |
interface |
IIOPProfile
IIOPProfile represents an IIOP tagged profile.
|
interface |
IIOPProfileTemplate
IIOPProfileTemplate represents the parts of an IIOPProfile that are independent
of the object identifier.
|
interface |
JavaCodebaseComponent |
interface |
LoadBalancingComponent |
interface |
MaxStreamFormatVersionComponent |
interface |
ORBTypeComponent |
interface |
RequestPartitioningComponent |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.