org.omg.CORBA
Class TIMEOUTHelper
java.lang.Object
|
+--org.omg.CORBA.TIMEOUTHelper
- public class TIMEOUTHelper
- extends java.lang.Object
Helper class for : TIMEOUT
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TIMEOUTHelper
public TIMEOUTHelper()
insert
public static void insert(Any a,
TIMEOUT t)
- Insert TIMEOUT into an any
- Parameters:
a
- an anyt
- TIMEOUT value
extract
public static TIMEOUT extract(Any a)
- Extract TIMEOUT from an any
- Parameters:
a
- an any- Returns:
- the extracted TIMEOUT value
type
public static TypeCode type()
- Return the TIMEOUT TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the TIMEOUT IDL ID
- Returns:
- an ID
read
public static TIMEOUT read(InputStream istream)
- Read TIMEOUT from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed TIMEOUT value
write
public static void write(OutputStream ostream,
TIMEOUT value)
- Write TIMEOUT into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- TIMEOUT value