Uses of Interface
com.sun.corba.ee.spi.ior.ObjectKeyFactory
-
Packages that use ObjectKeyFactory Package Description com.sun.corba.ee.impl.ior com.sun.corba.ee.impl.orb 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.orb -
-
Uses of ObjectKeyFactory in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectKeyFactory Modifier and Type Class Description class
ObjectKeyFactoryImpl
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 ObjectKeyFactory Modifier and Type Field Description private ObjectKeyFactory
ORBImpl. objectKeyFactory
Methods in com.sun.corba.ee.impl.orb that return ObjectKeyFactory Modifier and Type Method Description ObjectKeyFactory
ORBImpl. getObjectKeyFactory()
ObjectKeyFactory
ORBSingleton. getObjectKeyFactory()
Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectKeyFactory Modifier and Type Method Description void
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 ObjectKeyFactory Modifier and Type Method Description static 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 ObjectKeyFactory Modifier and Type Method Description abstract ObjectKeyFactory
ORB. getObjectKeyFactory()
Methods in com.sun.corba.ee.spi.orb with parameters of type ObjectKeyFactory Modifier and Type Method Description abstract void
ORB. setObjectKeyFactory(ObjectKeyFactory factory)
-