|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.TIMEOUTHelper
public class TIMEOUTHelper
Helper class for : TIMEOUT
Constructor Summary | |
---|---|
TIMEOUTHelper()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TIMEOUTHelper()
Method Detail |
---|
public static void insert(Any a, TIMEOUT t)
a
- an anyt
- TIMEOUT valuepublic static TIMEOUT extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static TIMEOUT read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, TIMEOUT value)
ostream
- the output streamvalue
- TIMEOUT value
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |