org.omg.CosTransactions

Class otid_tHolder

public final class otid_tHolder extends Object implements Streamable

Holder class for : otid_t

Author: OpenORB Compiler

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

Field Detail

value

public otid_t value
Internal otid_t value

Constructor Detail

otid_tHolder

public otid_tHolder()
Default constructor

otid_tHolder

public otid_tHolder(otid_t initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the otid_t TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream