org.omg.DynamicAny
Class DynArrayHolder

java.lang.Object
  |
  +--org.omg.DynamicAny.DynArrayHolder
All Implemented Interfaces:
Streamable

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

Holder class for : DynArray

Author:
OpenORB Compiler

Field Summary
 DynArray value
          Internal DynArray value
 
Constructor Summary
DynArrayHolder()
          Default constructor
DynArrayHolder(DynArray initial)
          Constructor with value initialisation
 
Method Summary
 void _read(InputStream istream)
          Read DynArray from a marshalled stream
 TypeCode _type()
          Return the DynArray TypeCode
 void _write(OutputStream ostream)
          Write DynArray into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public DynArray value
Internal DynArray value
Constructor Detail

DynArrayHolder

public DynArrayHolder()
Default constructor

DynArrayHolder

public DynArrayHolder(DynArray initial)
Constructor with value initialisation
Parameters:
initial - the initial value
Method Detail

_read

public void _read(InputStream istream)
Read DynArray from a marshalled stream
Specified by:
_read in interface Streamable
Parameters:
istream - the input stream

_write

public void _write(OutputStream ostream)
Write DynArray into a marshalled stream
Specified by:
_write in interface Streamable
Parameters:
ostream - the output stream

_type

public TypeCode _type()
Return the DynArray TypeCode
Specified by:
_type in interface Streamable
Returns:
a TypeCode