org.omg.CosTransactions
public final class HeuristicMixedHolder extends Object implements Streamable
Field Summary | |
---|---|
HeuristicMixed | value
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 |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream