Uses of Interface
com.sun.corba.ee.spi.ior.ObjectKeyFactory
Packages that use ObjectKeyFactory
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of ObjectKeyFactory in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectKeyFactoryModifier and TypeClassDescriptionclass
Singleton used to manufacture ObjectKey and ObjectKeyTemplate instances. -
Uses of ObjectKeyFactory in com.sun.corba.ee.impl.orb
Fields in com.sun.corba.ee.impl.orb declared as ObjectKeyFactoryMethods in com.sun.corba.ee.impl.orb that return ObjectKeyFactoryModifier and TypeMethodDescriptionORBImpl.getObjectKeyFactory()
ORBSingleton.getObjectKeyFactory()
Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectKeyFactoryModifier and TypeMethodDescriptionvoid
ORBImpl.setObjectKeyFactory
(ObjectKeyFactory factory) void
ORBSingleton.setObjectKeyFactory
(ObjectKeyFactory factory) -
Uses of ObjectKeyFactory in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ObjectKeyFactoryModifier and TypeMethodDescriptionstatic ObjectKeyFactory
IORFactories.makeObjectKeyFactory
(ORB orb) -
Uses of ObjectKeyFactory in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ObjectKeyFactoryMethods in com.sun.corba.ee.spi.orb with parameters of type ObjectKeyFactoryModifier and TypeMethodDescriptionabstract void
ORB.setObjectKeyFactory
(ObjectKeyFactory factory)