Uses of Interface
org.omg.PortableInterceptor.ObjectReferenceFactory
Packages that use ObjectReferenceFactory
Package
Description
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding.
-
Uses of ObjectReferenceFactory in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that return ObjectReferenceFactoryMethods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectReferenceFactoryModifier and TypeMethodDescriptionvoid
IORInfoImpl.current_factory
(ObjectReferenceFactory factory) -
Uses of ObjectReferenceFactory in com.sun.corba.ee.impl.ior
Classes in com.sun.corba.ee.impl.ior that implement ObjectReferenceFactoryModifier and TypeClassDescriptionclass
This is an implementation of the ObjectReferenceFactory abstract value type defined by the portable interceptors IDL.class
This is an implementation of the ObjectReferenceTemplate abstract value type defined by the portable interceptors IDL. -
Uses of ObjectReferenceFactory in com.sun.corba.ee.spi.ior
Methods in com.sun.corba.ee.spi.ior that return ObjectReferenceFactoryModifier and TypeMethodDescriptionstatic ObjectReferenceFactory
IORFactories.makeObjectReferenceFactory
(ORB orb, IORTemplateList iortemps) Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectReferenceFactoryModifier and TypeMethodDescriptionstatic IORTemplateList
IORFactories.getIORTemplateList
(ObjectReferenceFactory orf) -
Uses of ObjectReferenceFactory in com.sun.corba.ee.spi.oa
Fields in com.sun.corba.ee.spi.oa declared as ObjectReferenceFactoryMethods in com.sun.corba.ee.spi.oa that return ObjectReferenceFactoryModifier and TypeMethodDescriptionObjectAdapter.getCurrentFactory()
final ObjectReferenceFactory
ObjectAdapterBase.getCurrentFactory()
Methods in com.sun.corba.ee.spi.oa with parameters of type ObjectReferenceFactoryModifier and TypeMethodDescriptionvoid
ObjectAdapter.setCurrentFactory
(ObjectReferenceFactory factory) Change the current factory.final void
ObjectAdapterBase.setCurrentFactory
(ObjectReferenceFactory factory) -
Uses of ObjectReferenceFactory in org.omg.PortableInterceptor
Subinterfaces of ObjectReferenceFactory in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterface
The object reference template.Fields in org.omg.PortableInterceptor declared as ObjectReferenceFactoryMethods in org.omg.PortableInterceptor that return ObjectReferenceFactoryModifier and TypeMethodDescriptionIORInfoOperations.current_factory()
On read, returns the current factory that will be used to create object references for the object adapter that was just created and is running IOR interceptors.static ObjectReferenceFactory
static ObjectReferenceFactory
ObjectReferenceFactoryHelper.read
(InputStream istream) Methods in org.omg.PortableInterceptor with parameters of type ObjectReferenceFactoryModifier and TypeMethodDescriptionvoid
IORInfoOperations.current_factory
(ObjectReferenceFactory newCurrent_factory) On read, returns the current factory that will be used to create object references for the object adapter that was just created and is running IOR interceptors.static void
ObjectReferenceFactoryHelper.insert
(Any a, ObjectReferenceFactory that) static void
ObjectReferenceFactoryHelper.write
(OutputStream ostream, ObjectReferenceFactory value) Constructors in org.omg.PortableInterceptor with parameters of type ObjectReferenceFactory