JavaTM 2 Platform
Standard Ed. 6

org.omg.CosNaming
類別 BindingIteratorHolder

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

public final class BindingIteratorHolder
extends Object
implements Streamable

BindingIterator 介面允許客戶端使用 next_one 或 next_n 操作迭代綁定。 通過使用 NamingContext 上的 list 方法可以獲取綁定迭代器。

另請參見:
NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder, org.omg.CosNaming.BindingIteratorHolder)

欄位摘要
 BindingIterator value
           
 
建構子摘要
BindingIteratorHolder()
           
BindingIteratorHolder(BindingIterator 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 BindingIterator value
建構子詳細資訊

BindingIteratorHolder

public BindingIteratorHolder()

BindingIteratorHolder

public BindingIteratorHolder(BindingIterator 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