Uses of Interface
com.sun.corba.ee.spi.ior.IdentifiableFactory
-
Packages that use IdentifiableFactory Package Description com.sun.corba.ee.impl.ior 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 IdentifiableFactory in com.sun.corba.ee.impl.ior
Fields in com.sun.corba.ee.impl.ior with type parameters of type IdentifiableFactory Modifier and Type Field Description private java.util.Map<java.lang.Integer,IdentifiableFactory<E>>
IdentifiableFactoryFinderBase. map
Methods in com.sun.corba.ee.impl.ior that return IdentifiableFactory Modifier and Type Method Description protected IdentifiableFactory<E>
IdentifiableFactoryFinderBase. getFactory(int id)
Methods in com.sun.corba.ee.impl.ior with parameters of type IdentifiableFactory Modifier and Type Method Description void
IdentifiableFactoryFinderBase. registerFactory(IdentifiableFactory<E> factory)
-
Uses of IdentifiableFactory in com.sun.corba.ee.spi.ior
Classes in com.sun.corba.ee.spi.ior that implement IdentifiableFactory Modifier and Type Class Description class
EncapsulationFactoryBase<E extends Identifiable>
Methods in com.sun.corba.ee.spi.ior with parameters of type IdentifiableFactory Modifier and Type Method Description void
IdentifiableFactoryFinder. registerFactory(IdentifiableFactory<E> factory)
Register a factory for the given id. -
Uses of IdentifiableFactory in com.sun.corba.ee.spi.ior.iiop
Methods in com.sun.corba.ee.spi.ior.iiop that return IdentifiableFactory Modifier and Type Method Description static IdentifiableFactory
IIOPFactories. makeAlternateIIOPAddressComponentFactory()
static IdentifiableFactory
IIOPFactories. makeClusterInstanceInfoComponentFactory()
static IdentifiableFactory
IIOPFactories. makeCodeSetsComponentFactory()
static IdentifiableFactory
IIOPFactories. makeIIOPProfileFactory()
static IdentifiableFactory
IIOPFactories. makeIIOPProfileTemplateFactory()
static IdentifiableFactory
IIOPFactories. makeJavaCodebaseComponentFactory()
static IdentifiableFactory
IIOPFactories. makeJavaSerializationComponentFactory()
static IdentifiableFactory
IIOPFactories. makeLoadBalancingComponentFactory()
static IdentifiableFactory
IIOPFactories. makeMaxStreamFormatVersionComponentFactory()
static IdentifiableFactory
IIOPFactories. makeORBTypeComponentFactory()
static IdentifiableFactory
IIOPFactories. makeRequestPartitioningComponentFactory()
-