所有类
org.omg.CosNaming
类 BindingTypeHolder
java.lang.Object
org.omg.CosNaming.BindingTypeHolder
- 所有已实现的接口:
- Streamable
-
public final class BindingTypeHolder
- extends Object
- implements Streamable
指定给定的绑定是对象(非命名上下文的对象)的还是命名上下文的。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public BindingType value
BindingTypeHolder
public BindingTypeHolder()
BindingTypeHolder
public BindingTypeHolder(BindingType 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 中保存的值
所有类