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 classObjectKeyFactoryImplSingleton 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 ObjectKeyFactoryORBImpl. objectKeyFactoryMethods in com.sun.corba.ee.impl.orb that return ObjectKeyFactory Modifier and Type Method Description ObjectKeyFactoryORBImpl. getObjectKeyFactory()ObjectKeyFactoryORBSingleton. getObjectKeyFactory()Methods in com.sun.corba.ee.impl.orb with parameters of type ObjectKeyFactory Modifier and Type Method Description voidORBImpl. setObjectKeyFactory(ObjectKeyFactory factory)voidORBSingleton. 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 ObjectKeyFactoryIORFactories. 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 ObjectKeyFactoryORB. getObjectKeyFactory()Methods in com.sun.corba.ee.spi.orb with parameters of type ObjectKeyFactory Modifier and Type Method Description abstract voidORB. setObjectKeyFactory(ObjectKeyFactory factory)
-