JavaTM 2 Platform
Standard Ed. 6

接口 org.omg.PortableInterceptor.ObjectReferenceFactory
的使用

使用 ObjectReferenceFactory 的软件包
org.omg.PortableInterceptor 提供一个注册 ORB 钩子 (hook) 的机制,通过这些钩子 ORB 服务可以截取执行 ORB 的正常流。 
 

org.omg.PortableInterceptorObjectReferenceFactory 的使用
 

org.omg.PortableInterceptorObjectReferenceFactory 的子接口
 interface ObjectReferenceTemplate
          对象引用模板。
 

声明为 ObjectReferenceFactoryorg.omg.PortableInterceptor 中的字段
 ObjectReferenceFactory ObjectReferenceFactoryHolder.value
           
 

返回 ObjectReferenceFactoryorg.omg.PortableInterceptor 中的方法
 ObjectReferenceFactory IORInfoOperations.current_factory()
          读取时返回当前工厂,该工厂将用于创建对应于刚创建并在 IOR interceptor 上运行的对象适配器的对象引用。
static ObjectReferenceFactory ObjectReferenceFactoryHelper.extract(Any a)
           
static ObjectReferenceFactory ObjectReferenceFactoryHelper.read(InputStream istream)
           
 

参数类型为 ObjectReferenceFactoryorg.omg.PortableInterceptor 中的方法
 void IORInfoOperations.current_factory(ObjectReferenceFactory newCurrent_factory)
          读取时返回当前工厂,该工厂将用于创建对应于刚创建并在 IOR interceptor 上运行的对象适配器的对象引用。
static void ObjectReferenceFactoryHelper.insert(Any a, ObjectReferenceFactory that)
           
static void ObjectReferenceFactoryHelper.write(OutputStream ostream, ObjectReferenceFactory value)
           
 

参数类型为 ObjectReferenceFactoryorg.omg.PortableInterceptor 中的构造方法
ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
           
 


JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only