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