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