org.omg.CosTransactions
public final class StatusHolder extends Object implements Streamable
Field Summary | |
---|---|
Status | value
Internal Status value |
Constructor Summary | |
---|---|
StatusHolder()
Default constructor | |
StatusHolder(Status initial)
Constructor with value initialisation |
Method Summary | |
---|---|
void | _read(InputStream istream)
Read Status from a marshalled stream |
TypeCode | _type()
Return the Status TypeCode |
void | _write(OutputStream ostream)
Write Status into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream