Uses of Interface
org.omg.PortableInterceptor.ObjectReferenceFactory
-
Packages that use ObjectReferenceFactory 软件包 描述 org.omg.PortableInterceptor 提供一种注册ORB钩子的机制,ORB服务可以通过该钩子拦截ORB的正常执行流程。 -
-
Uses of ObjectReferenceFactory in org.omg.PortableInterceptor
Subinterfaces of ObjectReferenceFactory in org.omg.PortableInterceptor Modifier and Type 接口 描述 interfaceObjectReferenceTemplate对象引用模板。Fields in org.omg.PortableInterceptor declared as ObjectReferenceFactory Modifier and Type Field 描述 ObjectReferenceFactoryObjectReferenceFactoryHolder. valueMethods in org.omg.PortableInterceptor that return ObjectReferenceFactory Modifier and Type 方法 描述 ObjectReferenceFactoryIORInfoOperations. current_factory()读取时,返回当前工厂,该工厂将用于为刚创建的对象适配器创建对象引用,并正在运行IOR拦截器。static ObjectReferenceFactoryObjectReferenceFactoryHelper. extract(Any a)static ObjectReferenceFactoryObjectReferenceFactoryHelper. read(InputStream istream)Methods in org.omg.PortableInterceptor with parameters of type ObjectReferenceFactory Modifier and Type 方法 描述 voidIORInfoOperations. current_factory(ObjectReferenceFactory newCurrent_factory)读取时,返回当前工厂,该工厂将用于为刚创建的对象适配器创建对象引用,并正在运行IOR拦截器。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 描述 ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
-