public final class TRANSACTION_UNAVAILABLEHolder extends java.lang.Object implements Streamable
| Modifier and Type | Field and Description |
|---|---|
TRANSACTION_UNAVAILABLE |
value
Internal TRANSACTION_UNAVAILABLE value
|
| Constructor and Description |
|---|
TRANSACTION_UNAVAILABLEHolder()
Default constructor
|
TRANSACTION_UNAVAILABLEHolder(TRANSACTION_UNAVAILABLE initial)
Constructor with value initialisation
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream istream)
Read TRANSACTION_UNAVAILABLE from a marshalled stream
|
TypeCode |
_type()
Return the TRANSACTION_UNAVAILABLE TypeCode
|
void |
_write(OutputStream ostream)
Write TRANSACTION_UNAVAILABLE into a marshalled stream
|
public TRANSACTION_UNAVAILABLE value
public TRANSACTION_UNAVAILABLEHolder()
public TRANSACTION_UNAVAILABLEHolder(TRANSACTION_UNAVAILABLE 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