public final class NamingContextExtHolder extends Object implements Streamable
NamingContextExt
是
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 和initalizes与它们分散数据持有人的
value 场。
|
TypeCode |
_type()
检索在持有人
value 字段的值对应的
TypeCode 对象。
|
void |
_write(OutputStream o)
在人的
value 场
ostream 价值元帅。
|
public NamingContextExt value
public NamingContextExtHolder()
public NamingContextExtHolder(NamingContextExt initialValue)
public void _read(InputStream i)
Streamable
istream
和initalizes与它们分散数据持有人的
value
场。
_read
接口
Streamable
i
-表示CDR数据线的输入流。
public void _write(OutputStream o)
Streamable
ostream
价值在人的
value
场。
_write
接口
Streamable
o
OutputStream的CDR
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.