Uses of Interface
com.sun.corba.ee.spi.ior.Identifiable
-
Packages that use Identifiable 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 Identifiable in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior with type parameters of type Identifiable Modifier and Type Class Description class
IdentifiableFactoryFinderBase<E extends Identifiable>
Classes in com.sun.corba.ee.impl.ior that implement Identifiable Modifier and Type Class Description class
GenericIdentifiable
class
GenericTaggedComponent
Generic representation of a tagged component of a type unknown to the ORBclass
GenericTaggedProfile
Methods in com.sun.corba.ee.impl.ior with type parameters of type Identifiable Modifier and Type Method Description static <E extends Identifiable>
voidEncapsulationUtility. readIdentifiableSequence(java.util.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>
voidEncapsulationUtility. writeIdentifiableSequence(java.util.List<E> container, OutputStream os)
Write all Identifiables that we contain to os. -
Uses of Identifiable in com.sun.corba.ee.impl.ior.iiop
Classes in com.sun.corba.ee.impl.ior.iiop that implement Identifiable Modifier and Type Class 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
-
Uses of Identifiable in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement Identifiable Modifier and Type Class Description private class
VirtualAddressAgentImpl.SpecialIIOPProfileImpl
private class
VirtualAddressAgentImpl.SpecialIIOPProfileTemplateImpl
-
Uses of Identifiable in com.sun.corba.ee.spi.ior
Classes in com.sun.corba.ee.spi.ior with type parameters of type Identifiable Modifier and Type Class 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.Subinterfaces of Identifiable in com.sun.corba.ee.spi.ior Modifier and Type Interface 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.Classes in com.sun.corba.ee.spi.ior that implement Identifiable 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 Identifiable in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of Identifiable in com.sun.corba.ee.spi.ior.iiop Modifier and Type Interface 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
-