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