public final class NamingContextExtHolder extends Object implements Streamable
NamingContextExt
是NamingContext的NamingContext
,它包含一组名称绑定,其中每个名称是唯一的,并且是可互操作命名服务的一部分。
不同的名称可以在相同或不同的上下文中同时绑定到一个对象。
使用NamingContextExt ,您可以使用基于URL的名称进行绑定和解析。
Modifier and Type | Field and Description |
---|---|
NamingContextExt |
value |
Constructor and Description |
---|
NamingContextExtHolder() |
NamingContextExtHolder(NamingContextExt initialValue) |
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream i)
从
istream 读取数据,并使用未编组的数据启动持有人的
value 字段。
|
TypeCode |
_type()
检索对应于持有人的
value 字段中的值的
TypeCode 对象。
|
void |
_write(OutputStream o)
ostream 在
value 领域的持有人。
|
public NamingContextExt value
public NamingContextExtHolder()
public NamingContextExtHolder(NamingContextExt initialValue)
public void _read(InputStream i)
Streamable
复制
istream
读取数据,并使用未编组的数据激活持有人的
value
字段。
_read
在界面
Streamable
i
- 表示来自线路的CDR数据的InputStream。
public void _write(OutputStream o)
Streamable
复制
ostream
的
value
领域的
value
。
_write
在界面
Streamable
o
- CDR OutputStream
public TypeCode _type()
Streamable
value
字段中的值的
TypeCode
对象。
_type
在接口
Streamable
TypeCode
对象持有人持有的价值
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.