Uses of Interface
com.sun.corba.ee.spi.ior.Identifiable
Packages that use Identifiable
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of Identifiable in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior with type parameters of type IdentifiableClasses in com.sun.corba.ee.impl.ior that implement IdentifiableModifier and TypeClassDescriptionclass
class
Generic representation of a tagged component of a type unknown to the ORBclass
Methods in com.sun.corba.ee.impl.ior with type parameters of type IdentifiableModifier and TypeMethodDescriptionstatic <E extends Identifiable>
voidEncapsulationUtility.readIdentifiableSequence
(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
(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 IdentifiableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
Tagged component that contains a value that indicates the Java serialization version supported by the ORB.class
class
class
class
-
Uses of Identifiable in com.sun.corba.ee.impl.plugin.hwlb
Classes in com.sun.corba.ee.impl.plugin.hwlb that implement IdentifiableModifier and TypeClassDescriptionprivate class
private class
-
Uses of Identifiable in com.sun.corba.ee.spi.ior
Classes in com.sun.corba.ee.spi.ior with type parameters of type IdentifiableModifier and TypeClassDescriptionclass
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.iorModifier and TypeInterfaceDescriptioninterface
Generic interface for all tagged components.interface
TaggedProfile represents a tagged profile in an IOR.interface
Base template for creating TaggedProfiles.Classes in com.sun.corba.ee.spi.ior that implement IdentifiableModifier and TypeClassDescriptionclass
Provide support for properly reading and writing Identifiable objects that are also encapsulations (tagged profiles and components).class
Base class to use for implementing TaggedComponents.class
-
Uses of Identifiable in com.sun.corba.ee.spi.ior.iiop
Subinterfaces of Identifiable in com.sun.corba.ee.spi.ior.iiopModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
IIOPProfile represents an IIOP tagged profile.interface
IIOPProfileTemplate represents the parts of an IIOPProfile that are independent of the object identifier.interface
interface
interface
interface
interface