java.lang.Objectorg.omg.PortableInterceptor.ObjectReferenceFactoryHolder
public final class ObjectReferenceFactoryHolder
     对象引用工厂。此接口提供创建对象引用的能力。
| 字段摘要 | |
|---|---|
  ObjectReferenceFactory |  
     value  |  
    
| 构造方法摘要 | |
|---|---|
ObjectReferenceFactoryHolder()  |  
    |
ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)  |  
    |
| 方法摘要 | |
|---|---|
  void |  
     _read(InputStream i) 从 istream 读取数据,并使用已解组数据初始化 Holder 的 value 字段。 |  
    
  TypeCode |  
     _type() 检索对应于 Holder 中 value 字段值的 TypeCode 对象。 |  
    
  void |  
     _write(OutputStream o) 将 Holder 中 value 字段的值编组到 ostream。 |  
    
| 从类 java.lang.Object 继承的方法 | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |  
    
| 字段详细信息 | 
|---|
public ObjectReferenceFactory value
| 构造方法详细信息 | 
|---|
public ObjectReferenceFactoryHolder()
public ObjectReferenceFactoryHolder(ObjectReferenceFactory initialValue)
| 方法详细信息 | 
|---|
public void _read(InputStream i)
Streamable 复制的描述
   istream 读取数据,并使用已解组数据初始化 Holder 的 
    value 字段。 
    
Streamable 中的 
      _read
     i - 表示导线中 CDR 数据的 InputStream。
     public void _write(OutputStream o)
Streamable 复制的描述
   value 字段的值编组到 
    ostream。 
    
Streamable 中的 
      _write
     o - CDR OutputStream
     public TypeCode _type()
Streamable 复制的描述
   value 字段值的 
    TypeCode 对象。 
    
Streamable 中的 
      _type
     TypeCode 对象,对应于 holder 中保存的值