Package | Description |
---|---|
com.sun.corba.se.impl.ior | |
com.sun.corba.se.impl.ior.iiop | |
com.sun.corba.se.spi.ior |
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
|
com.sun.corba.se.spi.ior.iiop |
Modifier and Type | Class and Description |
---|---|
class |
GenericIdentifiable |
class |
GenericTaggedComponent |
class |
GenericTaggedProfile |
class |
IORImpl
An IOR is represented as a list of profiles.
|
class |
IORTemplateImpl
This class is a container of TaggedProfileTemplates.
|
class |
IORTemplateListImpl |
class |
JIDLObjectKeyTemplate |
class |
NewObjectKeyTemplateBase |
class |
ObjectAdapterIdArray |
class |
ObjectAdapterIdNumber
ObjectAdapterIdNumber is used to represent pre-JDK 1.4 POA adapter
IDs.
|
class |
ObjectIdImpl |
class |
ObjectKeyImpl |
class |
ObjectKeyTemplateBase |
class |
OldJIDLObjectKeyTemplate
Handles object keys created by JDK ORBs from before JDK 1.4.0.
|
class |
OldObjectKeyTemplateBase |
class |
OldPOAObjectKeyTemplate |
class |
POAObjectKeyTemplate |
class |
WireObjectKeyTemplate |
Modifier and Type | Class and Description |
---|---|
class |
AlternateIIOPAddressComponentImpl |
class |
CodeSetsComponentImpl |
class |
IIOPAddressClosureImpl |
class |
IIOPAddressImpl |
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 |
MaxStreamFormatVersionComponentImpl |
class |
ORBTypeComponentImpl |
class |
RequestPartitioningComponentImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
Identifiable
This interface represents an entity that can be written to an
OutputStream and has an identity that is represented by an integer.
|
interface |
IOR
An IOR is represented as a list of profiles.
|
interface |
IORFactory
An IORFactory provides the capability of creating IORs.
|
interface |
IORTemplate
An IORTemplate provides all of the data necessary to create an IOR except
for the typeId and ObjectId.
|
interface |
IORTemplateList
An IORTemplateList is a list of IORTemplate instances.
|
interface |
ObjectAdapterId
This is the object adapter ID for an object adapter.
|
interface |
ObjectId |
interface |
ObjectKey
The full object key, which is contained in an IIOPProfile.
|
interface |
ObjectKeyTemplate
An ObjectKeyTemplate represents the part of an Object Key
that corresponds to the object adapter used to create an
object reference.
|
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 |
CodeSetsComponent |
interface |
IIOPAddress
IIOPAddress represents the host and port used to establish a
TCP connection for an IIOP request.
|
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 |
MaxStreamFormatVersionComponent |
interface |
ORBTypeComponent |
interface |
RequestPartitioningComponent |
Copyright © 2019 JBoss by Red Hat. All rights reserved.