org.omg.CosTimerEvent

Class TimerEventTHelper

public class TimerEventTHelper extends Object

Helper class for : TimerEventT

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TimerEventT value

id

public static String id()
Return the TimerEventT IDL ID

Returns: an ID

insert

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

Parameters: a an any t TimerEventT value

read

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

Parameters: istream the input stream

Returns: the readed TimerEventT value

type

public static TypeCode type()
Return the TimerEventT TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value TimerEventT value