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 ObjectReferenceFactoryIORInfoImpl. current_factory()Methods in com.sun.corba.ee.impl.interceptors with parameters of type ObjectReferenceFactory Modifier and Type Method Description voidIORInfoImpl. 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 classObjectReferenceFactoryImplThis is an implementation of the ObjectReferenceFactory abstract value type defined by the portable interceptors IDL.classObjectReferenceTemplateImplThis 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 ObjectReferenceFactoryIORFactories. makeObjectReferenceFactory(ORB orb, IORTemplateList iortemps)Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectReferenceFactory Modifier and Type Method Description static IORTemplateListIORFactories. 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 ObjectReferenceFactoryObjectAdapterBase. currentFactoryMethods in com.sun.corba.ee.spi.oa that return ObjectReferenceFactory Modifier and Type Method Description ObjectReferenceFactoryObjectAdapter. getCurrentFactory()ObjectReferenceFactoryObjectAdapterBase. getCurrentFactory()Methods in com.sun.corba.ee.spi.oa with parameters of type ObjectReferenceFactory Modifier and Type Method Description voidObjectAdapter. setCurrentFactory(ObjectReferenceFactory factory)Change the current factory.voidObjectAdapterBase. setCurrentFactory(ObjectReferenceFactory factory) -
Uses of ObjectReferenceFactory in org.omg.PortableInterceptor
Subinterfaces of ObjectReferenceFactory in org.omg.PortableInterceptor Modifier and Type Interface Description interfaceObjectReferenceTemplateThe object reference template.Fields in org.omg.PortableInterceptor declared as ObjectReferenceFactory Modifier and Type Field Description ObjectReferenceFactoryObjectReferenceFactoryHolder. valueMethods in org.omg.PortableInterceptor that return ObjectReferenceFactory Modifier and Type Method Description ObjectReferenceFactoryIORInfoOperations. 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 ObjectReferenceFactoryObjectReferenceFactoryHelper. extract(Any a)static ObjectReferenceFactoryObjectReferenceFactoryHelper. read(InputStream istream)Methods in org.omg.PortableInterceptor with parameters of type ObjectReferenceFactory Modifier and Type Method Description voidIORInfoOperations. 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 voidObjectReferenceFactoryHelper. insert(Any a, ObjectReferenceFactory that)static voidObjectReferenceFactoryHelper. write(OutputStream ostream, ObjectReferenceFactory value)Constructors in org.omg.PortableInterceptor with parameters of type ObjectReferenceFactory Constructor Description ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
-