Uses of Interface
com.sun.corba.ee.spi.ior.IdentifiableFactory
Packages that use IdentifiableFactory
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of IdentifiableFactory in com.sun.corba.ee.impl.ior
Fields in com.sun.corba.ee.impl.ior with type parameters of type IdentifiableFactoryModifier and TypeFieldDescriptionprivate Map
<Integer, IdentifiableFactory<E>> IdentifiableFactoryFinderBase.map
Methods in com.sun.corba.ee.impl.ior that return IdentifiableFactoryModifier and TypeMethodDescriptionprotected IdentifiableFactory
<E> IdentifiableFactoryFinderBase.getFactory
(int id) Methods in com.sun.corba.ee.impl.ior with parameters of type IdentifiableFactoryModifier and TypeMethodDescriptionvoid
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 IdentifiableFactoryMethods in com.sun.corba.ee.spi.ior with parameters of type IdentifiableFactoryModifier and TypeMethodDescriptionvoid
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 IdentifiableFactoryModifier and TypeMethodDescriptionstatic 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()