JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
類別 CurrentHolder

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

public final class CurrentHolder
extends Object
implements Streamable

Current 的 Holder。關於 Holder 檔案的更多資訊,請參閱“產生的檔案:Holder 檔案”

org/omg/CORBA/CurrentHolder.java 由 "3.0" 版的 IDL-to-Java 編譯器(可移植)從 ../../../../../src/share/classes/org/omg/PortableServer/corba.idl 中產生,產生時間為 PDT 時間 1999 年 7 月 17 日(星期六)上午 12:26:20


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

CurrentHolder

public CurrentHolder()

CurrentHolder

public CurrentHolder(Current 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