org.omg.CosTrading

Class LookupHolder

public final class LookupHolder extends Object implements Streamable

Holder class for : Lookup

Author: OpenORB Compiler

Field Summary
Lookupvalue
Internal Lookup value
Constructor Summary
LookupHolder()
Default constructor
LookupHolder(Lookup initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read Lookup from a marshalled stream
TypeCode_type()
Return the Lookup TypeCode
void_write(OutputStream ostream)
Write Lookup into a marshalled stream

Field Detail

value

public Lookup value
Internal Lookup value

Constructor Detail

LookupHolder

public LookupHolder()
Default constructor

LookupHolder

public LookupHolder(Lookup initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read Lookup from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the Lookup TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write Lookup into a marshalled stream

Parameters: ostream the output stream