org.omg.CosTransactions

Class HeuristicMixedHolder

public final class HeuristicMixedHolder extends Object implements Streamable

Holder class for : HeuristicMixed

Author: OpenORB Compiler

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

Field Detail

value

public HeuristicMixed value
Internal HeuristicMixed value

Constructor Detail

HeuristicMixedHolder

public HeuristicMixedHolder()
Default constructor

HeuristicMixedHolder

public HeuristicMixedHolder(HeuristicMixed initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

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

Parameters: istream the input stream

_type

public TypeCode _type()
Return the HeuristicMixed TypeCode

Returns: a TypeCode

_write

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

Parameters: ostream the output stream