Uses of Interface
org.omg.PortableInterceptor.ObjectReferenceFactory
-
Packages that use ObjectReferenceFactory Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.ior 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.oa org.omg.PortableInterceptor -
-
Uses of ObjectReferenceFactory in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that return ObjectReferenceFactory Modifier and Type Method Description ObjectReferenceFactory
IORInfoImpl. current_factory()
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectReferenceFactory Modifier and Type Method Description void
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 ObjectReferenceFactory Modifier and Type Class Description class
ObjectReferenceFactoryImpl
This is an implementation of the ObjectReferenceFactory abstract value type defined by the portable interceptors IDL.class
ObjectReferenceTemplateImpl
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 ObjectReferenceFactory Modifier and Type Method Description static ObjectReferenceFactory
IORFactories. makeObjectReferenceFactory(ORB orb, IORTemplateList iortemps)
Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectReferenceFactory Modifier and Type Method Description static 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 ObjectReferenceFactory Modifier and Type Field Description private ObjectReferenceFactory
ObjectAdapterBase. currentFactory
Methods in com.sun.corba.ee.spi.oa that return ObjectReferenceFactory Modifier and Type Method Description ObjectReferenceFactory
ObjectAdapter. getCurrentFactory()
ObjectReferenceFactory
ObjectAdapterBase. getCurrentFactory()
Methods in com.sun.corba.ee.spi.oa with parameters of type ObjectReferenceFactory Modifier and Type Method Description void
ObjectAdapter. setCurrentFactory(ObjectReferenceFactory factory)
Change the current factory.void
ObjectAdapterBase. setCurrentFactory(ObjectReferenceFactory factory)
-
Uses of ObjectReferenceFactory in org.omg.PortableInterceptor
Subinterfaces of ObjectReferenceFactory in org.omg.PortableInterceptor Modifier and Type Interface Description interface
ObjectReferenceTemplate
The object reference template.Fields in org.omg.PortableInterceptor declared as ObjectReferenceFactory Modifier and Type Field Description ObjectReferenceFactory
ObjectReferenceFactoryHolder. value
Methods in org.omg.PortableInterceptor that return ObjectReferenceFactory Modifier and Type Method Description ObjectReferenceFactory
IORInfoOperations. 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
ObjectReferenceFactoryHelper. extract(Any a)
static ObjectReferenceFactory
ObjectReferenceFactoryHelper. read(InputStream istream)
Methods in org.omg.PortableInterceptor with parameters of type ObjectReferenceFactory Modifier and Type Method Description void
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 Constructor Description ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
-