org.omg.CosTimerEvent

Class EventStatusHelper

public class EventStatusHelper extends Object

Helper class for : EventStatus

Author: OpenORB Compiler

Method Summary
static EventStatusextract(Any a)
Extract EventStatus from an any
static Stringid()
Return the EventStatus IDL ID
static voidinsert(Any a, EventStatus t)
Insert EventStatus into an any
static EventStatusread(InputStream istream)
Read EventStatus from a marshalled stream
static TypeCodetype()
Return the EventStatus TypeCode
static voidwrite(OutputStream ostream, EventStatus value)
Write EventStatus into a marshalled stream

Method Detail

extract

public static EventStatus extract(Any a)
Extract EventStatus from an any

Parameters: a an any

Returns: the extracted EventStatus value

id

public static String id()
Return the EventStatus IDL ID

Returns: an ID

insert

public static void insert(Any a, EventStatus t)
Insert EventStatus into an any

Parameters: a an any t EventStatus value

read

public static EventStatus read(InputStream istream)
Read EventStatus from a marshalled stream

Parameters: istream the input stream

Returns: the readed EventStatus value

type

public static TypeCode type()
Return the EventStatus TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, EventStatus value)
Write EventStatus into a marshalled stream

Parameters: ostream the output stream value EventStatus value