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