JavaTM 2 Platform
Standard Ed. 6

org.omg.CosNaming
類別 BindingTypeHolder

java.lang.Object
  繼承者 org.omg.CosNaming.BindingTypeHolder
所有已實作的介面:
Streamable

public final class BindingTypeHolder
extends Object
implements Streamable

指定給定的綁定是物件(非命名上下文的物件)的還是命名上下文的。


欄位摘要
 BindingType value
           
 
建構子摘要
BindingTypeHolder()
           
BindingTypeHolder(BindingType 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
 

欄位詳細資訊

value

public BindingType value
建構子詳細資訊

BindingTypeHolder

public BindingTypeHolder()

BindingTypeHolder

public BindingTypeHolder(BindingType initialValue)
方法詳細資訊

_read

public void _read(InputStream i)
從介面 Streamable 複製的描述
istream 讀取資料,並使用已解組資料初始化 Holder 的 value 欄位。

指定者:
介面 Streamable 中的 _read
參數:
i - 表示導線中 CDR 資料的 InputStream。

_write

public void _write(OutputStream o)
從介面 Streamable 複製的描述
將 Holder 中 value 欄位的值編組到 ostream

指定者:
介面 Streamable 中的 _write
參數:
o - CDR OutputStream

_type

public TypeCode _type()
從介面 Streamable 複製的描述
檢索對應於 Holder 中 value 欄位值的 TypeCode 物件。

指定者:
介面 Streamable 中的 _type
返回:
TypeCode 物件,對應於 holder 中保存的值

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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