JavaTM 2 Platform
Standard Ed. 6

org.omg.PortableServer.ServantLocatorPackage
類別 CookieHolder

java.lang.Object
  繼承者 org.omg.PortableServer.ServantLocatorPackage.CookieHolder
所有已實作的介面:
Streamable

public final class CookieHolder
extends Object
implements Streamable

native 型別 PortableServer::ServantLocator::Cookie 被映射到 java.lang.Object。提供 CookieHolder 是為了將 Cookie 型別作為輸出參數傳遞。CookieHolder 類別與其他基本型別的 holder 類別完全一樣。


欄位摘要
 Object value
           
 
建構子摘要
CookieHolder()
           
CookieHolder(Object initial)
           
 
方法摘要
 void _read(InputStream is)
          從 istream 讀取資料,並使用已解組資料初始化 Holder 的 value 欄位。
 TypeCode _type()
          檢索對應於 Holder 中 value 欄位值的 TypeCode 物件。
 void _write(OutputStream os)
          將 Holder 中 value 欄位的值編組到 ostream
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

value

public Object value
建構子詳細資訊

CookieHolder

public CookieHolder()

CookieHolder

public CookieHolder(Object initial)
方法詳細資訊

_read

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

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

_write

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

指定者:
介面 Streamable 中的 _write
參數:
os - 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