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