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 classIdentifiableFactoryFinderBase<E extends Identifiable>Classes in com.sun.corba.ee.impl.ior that implement Identifiable Modifier and Type Class Description classGenericIdentifiableclassGenericTaggedComponentGeneric representation of a tagged component of a type unknown to the ORBclassGenericTaggedProfileMethods 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 classAlternateIIOPAddressComponentImplclassClusterInstanceInfoComponentImplclassCodeSetsComponentImplclassIIOPProfileImplclassIIOPProfileTemplateImplclassJavaCodebaseComponentImplclassJavaSerializationComponentTagged component that contains a value that indicates the Java serialization version supported by the ORB.classLoadBalancingComponentImplclassMaxStreamFormatVersionComponentImplclassORBTypeComponentImplclassRequestPartitioningComponentImpl -
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 classVirtualAddressAgentImpl.SpecialIIOPProfileImplprivate classVirtualAddressAgentImpl.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 classEncapsulationFactoryBase<E extends Identifiable>classIdentifiableContainerBase<E extends Identifiable>Convenience class for defining objects that contain lists of Identifiables.interfaceIdentifiableFactory<E extends Identifiable>Factory interface for creating Identifiables.interfaceIdentifiableFactoryFinder<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 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 Identifiable 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 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 interfaceAlternateIIOPAddressComponentinterfaceClusterInstanceInfoComponentinterfaceCodeSetsComponentinterfaceIIOPProfileIIOPProfile represents an IIOP tagged profile.interfaceIIOPProfileTemplateIIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier.interfaceJavaCodebaseComponentinterfaceLoadBalancingComponentinterfaceMaxStreamFormatVersionComponentinterfaceORBTypeComponentinterfaceRequestPartitioningComponent
-