- java.lang.Object
-
- org.omg.PortableServer.ServantLocatorPackage.CookieHolder
-
- All Implemented Interfaces:
-
Streamable
public final class CookieHolder extends Object implements Streamable
PortableServer :: ServantLocator :: Cookie的本机类型映射到java.lang.Object。 提供了CookieHolder类,用于将Cookie类型作为输出参数传递。 CookieHolder类遵循与基本类型的其他持有者类完全相同的模式。
-
-
构造方法摘要
构造方法 Constructor 描述 CookieHolder()
CookieHolder(Object initial)
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 void
_read(InputStream is)
从istream
读取数据,并使用未编组的数据启动持有人的value
字段。TypeCode
_type()
检索对应于持有人的value
字段中的值的TypeCode
对象。void
_write(OutputStream os)
乘警ostream
的价值value
持有人的领域。
-
-
-
字段详细信息
-
value
public Object value
-
-
构造方法详细信息
-
CookieHolder
public CookieHolder()
-
CookieHolder
public CookieHolder(Object initial)
-
-
方法详细信息
-
_read
public void _read(InputStream is)
说明从界面Streamable
复制从istream
读取数据,并使用未编组的数据value
持有人的value
字段。- Specified by:
-
_read
在接口Streamable
- 参数
-
is
- 表示来自电线的CDR数据的InputStream。
-
_write
public void _write(OutputStream os)
说明从接口Streamable
复制在ostream
的value
字段中的value
。- Specified by:
-
_write
在接口Streamable
- 参数
-
os
- CDR OutputStream
-
_type
public TypeCode _type()
描述从接口Streamable
复制检索对应于持有人的value
字段中的值的TypeCode
对象。- Specified by:
-
_type
在接口Streamable
- 结果
-
该持有人持有的价值
TypeCode
对象
-
-