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 接口 描述 interface
ObjectReferenceTemplate
对象引用模板。Fields in org.omg.PortableInterceptor declared as ObjectReferenceFactory Modifier and Type Field 描述 ObjectReferenceFactory
ObjectReferenceFactoryHolder. value
Methods in org.omg.PortableInterceptor that return ObjectReferenceFactory Modifier and Type 方法 描述 ObjectReferenceFactory
IORInfoOperations. current_factory()
读取时,返回当前工厂,该工厂将用于为刚创建的对象适配器创建对象引用,并正在运行IOR拦截器。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 方法 描述 void
IORInfoOperations. current_factory(ObjectReferenceFactory newCurrent_factory)
读取时,返回当前工厂,该工厂将用于为刚创建的对象适配器创建对象引用,并正在运行IOR拦截器。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 描述 ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
-