org.omg.CORBA
Class AnySeqHolder

java.lang.Object
  |
  +--org.omg.CORBA.AnySeqHolder
All Implemented Interfaces:
Streamable

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

Holder class for : AnySeq

Author:
OpenORB Compiler

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

Field Detail

value

public Any[] value
Internal AnySeq value
Constructor Detail

AnySeqHolder

public AnySeqHolder()
Default constructor

AnySeqHolder

public AnySeqHolder(Any[] initial)
Constructor with value initialisation
Parameters:
initial - the initial value
Method Detail

_read

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

_write

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

_type

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