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