org.omg.CORBA
Class IDLTypeHolder

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

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

Holder class for : IDLType

Author:
OpenORB Compiler

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

Field Detail

value

public IDLType value
Internal IDLType value
Constructor Detail

IDLTypeHolder

public IDLTypeHolder()
Default constructor

IDLTypeHolder

public IDLTypeHolder(IDLType initial)
Constructor with value initialisation
Parameters:
initial - the initial value
Method Detail

_read

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

_write

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

_type

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