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 TypeMethodDescriptionvoidIORInfoImpl.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 TypeClassDescriptionclassThis is an implementation of the ObjectReferenceFactory abstract value type defined by the portable interceptors IDL.classThis 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 ObjectReferenceFactoryIORFactories.makeObjectReferenceFactory(ORB orb, IORTemplateList iortemps) Methods in com.sun.corba.ee.spi.ior with parameters of type ObjectReferenceFactoryModifier and TypeMethodDescriptionstatic IORTemplateListIORFactories.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 ObjectReferenceFactoryObjectAdapterBase.getCurrentFactory()Methods in com.sun.corba.ee.spi.oa with parameters of type ObjectReferenceFactoryModifier and TypeMethodDescriptionvoidObjectAdapter.setCurrentFactory(ObjectReferenceFactory factory) Change the current factory.final voidObjectAdapterBase.setCurrentFactory(ObjectReferenceFactory factory) -
Uses of ObjectReferenceFactory in org.omg.PortableInterceptor
Subinterfaces of ObjectReferenceFactory in org.omg.PortableInterceptorModifier and TypeInterfaceDescriptioninterfaceThe 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 ObjectReferenceFactorystatic ObjectReferenceFactoryObjectReferenceFactoryHelper.read(InputStream istream) Methods in org.omg.PortableInterceptor with parameters of type ObjectReferenceFactoryModifier and TypeMethodDescriptionvoidIORInfoOperations.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