org.omg.CORBA
Class INV_OBJREFHolder

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

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

Holder class for : INV_OBJREF

Author:
OpenORB Compiler

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

Field Detail

value

public INV_OBJREF value
Internal INV_OBJREF value
Constructor Detail

INV_OBJREFHolder

public INV_OBJREFHolder()
Default constructor

INV_OBJREFHolder

public INV_OBJREFHolder(INV_OBJREF initial)
Constructor with value initialisation
Parameters:
initial - the initial value
Method Detail

_read

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

_write

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

_type

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