所有类


接口 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)
           
 


所有类

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部