public final class TRANSACTION_ROLLEDBACKHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
TRANSACTION_ROLLEDBACK |
value
Internal TRANSACTION_ROLLEDBACK value
|
| Constructor and Description |
|---|
TRANSACTION_ROLLEDBACKHolder()
Default constructor
|
TRANSACTION_ROLLEDBACKHolder(TRANSACTION_ROLLEDBACK initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read TRANSACTION_ROLLEDBACK from a marshalled stream
|
TypeCode |
_type()
Return the TRANSACTION_ROLLEDBACK TypeCode
|
void |
_write(OutputStream ostream)
Write TRANSACTION_ROLLEDBACK into a marshalled stream
|
public TRANSACTION_ROLLEDBACK value
public TRANSACTION_ROLLEDBACKHolder()
public TRANSACTION_ROLLEDBACKHolder(TRANSACTION_ROLLEDBACK initial)
initial - the initial valuepublic void _read(InputStream istream)
_read in interface Streamableistream - the input streampublic void _write(OutputStream ostream)
_write in interface Streamableostream - the output streampublic TypeCode _type()
_type in interface Streamable