org.omg.CORBA
クラス AnyHolder

java.lang.Object
  |
  +--org.omg.CORBA.AnyHolder
すべての実装インタフェース:
Streamable

public final class AnyHolder
extends java.lang.Object
implements Streamable


フィールドの概要
 Any value
           
 
コンストラクタの概要
AnyHolder()
           
AnyHolder(Any initial)
           
 
メソッドの概要
 void _read(InputStream input)
           
 TypeCode _type()
           
 void _write(OutputStream output)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

value

public Any value
コンストラクタの詳細

AnyHolder

public AnyHolder()

AnyHolder

public AnyHolder(Any initial)
メソッドの詳細

_read

public void _read(InputStream input)
定義:
インタフェース Streamable 内の _read

_write

public void _write(OutputStream output)
定義:
インタフェース Streamable 内の _write

_type

public TypeCode _type()
定義:
インタフェース Streamable 内の _type