Uses of Interface
com.sun.corba.ee.spi.ior.Writeable
-
Packages that use Writeable Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.ior.iiop com.sun.corba.ee.impl.plugin.hwlb 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 -
-
Uses of Writeable in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement Writeable Modifier and Type Class Description class
GenericIdentifiable
class
GenericTaggedComponent
Generic representation of a tagged component of a type unknown to the ORBclass
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
(package private) class
ObjectAdapterIdBase
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
-
Uses of Writeable in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement Writeable Modifier and Type Class Description class
AlternateIIOPAddressComponentImpl
class
ClusterInstanceInfoComponentImpl
class
CodeSetsComponentImpl
(package private) class
IIOPAddressBase
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
LoadBalancingComponentImpl
class
MaxStreamFormatVersionComponentImpl
class
ORBTypeComponentImpl
class
RequestPartitioningComponentImpl
-
Uses of Writeable in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement Writeable Modifier and Type Class Description private class
VirtualAddressAgentImpl.SpecialIIOPProfileImpl
private class
VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
-
Uses of Writeable in com.sun.corba.ee.spi.ior
Subinterfaces of Writeable in com.sun.corba.ee.spi.ior Modifier and Type Interface 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.Classes in com.sun.corba.ee.spi.ior that implement Writeable Modifier and Type Class 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
-
Uses of Writeable in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of Writeable in com.sun.corba.ee.spi.ior.iiop Modifier and Type Interface Description interface
AlternateIIOPAddressComponent
interface
ClusterInstanceInfoComponent
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
LoadBalancingComponent
interface
MaxStreamFormatVersionComponent
interface
ORBTypeComponent
interface
RequestPartitioningComponent
-