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 classGenericIdentifiableclassGenericTaggedComponentGeneric representation of a tagged component of a type unknown to the ORBclassGenericTaggedProfileclassIORImplAn IOR is represented as a list of profiles.classIORTemplateImplThis class is a container of TaggedProfileTemplates.classIORTemplateListImplclassJIDLObjectKeyTemplateclassNewObjectKeyTemplateBaseclassObjectAdapterIdArray(package private) classObjectAdapterIdBaseclassObjectAdapterIdNumberObjectAdapterIdNumber is used to represent pre-JDK 1.4 POA adapter IDs.classObjectIdImplclassObjectKeyImplclassObjectKeyTemplateBaseclassOldJIDLObjectKeyTemplateHandles object keys created by JDK ORBs from before JDK 1.4.0.classOldObjectKeyTemplateBaseclassOldPOAObjectKeyTemplateclassPOAObjectKeyTemplateclassWireObjectKeyTemplate -
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 classAlternateIIOPAddressComponentImplclassClusterInstanceInfoComponentImplclassCodeSetsComponentImpl(package private) classIIOPAddressBaseclassIIOPAddressClosureImplclassIIOPAddressImplclassIIOPProfileImplclassIIOPProfileTemplateImplclassJavaCodebaseComponentImplclassJavaSerializationComponentTagged component that contains a value that indicates the Java serialization version supported by the ORB.classLoadBalancingComponentImplclassMaxStreamFormatVersionComponentImplclassORBTypeComponentImplclassRequestPartitioningComponentImpl -
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 classVirtualAddressAgentImpl.SpecialIIOPProfileImplprivate classVirtualAddressAgentImpl.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 interfaceIdentifiableThis interface represents an entity that can be written to an OutputStream and has an identity that is represented by an integer.interfaceIORAn IOR is represented as a list of profiles.interfaceIORFactoryAn IORFactory provides the capability of creating IORs.interfaceIORTemplateAn IORTemplate provides all of the data necessary to create an IOR except for the typeId and ObjectId.interfaceIORTemplateListAn IORTemplateList is a list of IORTemplate instances.interfaceObjectAdapterIdThis is the object adapter ID for an object adapter.interfaceObjectIdinterfaceObjectKeyThe full object key, which is contained in an IIOPProfile.interfaceObjectKeyTemplateAn ObjectKeyTemplate represents the part of an Object Key that corresponds to the object adapter used to create an object reference.interfaceTaggedComponentGeneric interface for all tagged components.interfaceTaggedProfileTaggedProfile represents a tagged profile in an IOR.interfaceTaggedProfileTemplateBase template for creating TaggedProfiles.Classes in com.sun.corba.ee.spi.ior that implement Writeable Modifier and Type Class Description classIdentifiableBaseProvide support for properly reading and writing Identifiable objects that are also encapsulations (tagged profiles and components).classTaggedComponentBaseBase class to use for implementing TaggedComponents.classTaggedProfileTemplateBase -
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 interfaceAlternateIIOPAddressComponentinterfaceClusterInstanceInfoComponentinterfaceCodeSetsComponentinterfaceIIOPAddressIIOPAddress represents the host and port used to establish a TCP connection for an IIOP request.interfaceIIOPProfileIIOPProfile represents an IIOP tagged profile.interfaceIIOPProfileTemplateIIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier.interfaceJavaCodebaseComponentinterfaceLoadBalancingComponentinterfaceMaxStreamFormatVersionComponentinterfaceORBTypeComponentinterfaceRequestPartitioningComponent
-