org.omg.CORBA
Class INTF_REPOSHolder

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

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

Holder class for : INTF_REPOS

Author:
OpenORB Compiler

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

Field Detail

value

public INTF_REPOS value
Internal INTF_REPOS value
Constructor Detail

INTF_REPOSHolder

public INTF_REPOSHolder()
Default constructor

INTF_REPOSHolder

public INTF_REPOSHolder(INTF_REPOS initial)
Constructor with value initialisation
Parameters:
initial - the initial value
Method Detail

_read

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

_write

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

_type

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