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