public class TRANSACTION_ROLLEDBACKHelper
extends java.lang.Object
| Constructor and Description |
|---|
TRANSACTION_ROLLEDBACKHelper() |
| Modifier and Type | Method and Description |
|---|---|
static TRANSACTION_ROLLEDBACK |
extract(Any a)
Extract TRANSACTION_ROLLEDBACK from an any
|
static java.lang.String |
id()
Return the TRANSACTION_ROLLEDBACK IDL ID
|
static void |
insert(Any a,
TRANSACTION_ROLLEDBACK t)
Insert TRANSACTION_ROLLEDBACK into an any
|
static TRANSACTION_ROLLEDBACK |
read(InputStream istream)
Read TRANSACTION_ROLLEDBACK from a marshalled stream
|
static TypeCode |
type()
Return the TRANSACTION_ROLLEDBACK TypeCode
|
static void |
write(OutputStream ostream,
TRANSACTION_ROLLEDBACK value)
Write TRANSACTION_ROLLEDBACK into a marshalled stream
|
public static void insert(Any a, TRANSACTION_ROLLEDBACK t)
a - an anyt - TRANSACTION_ROLLEDBACK valuepublic static TRANSACTION_ROLLEDBACK extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static TRANSACTION_ROLLEDBACK read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, TRANSACTION_ROLLEDBACK value)
ostream - the output streamvalue - TRANSACTION_ROLLEDBACK value