org.omg.CosTimerEvent

Class TimerEventServiceHelper

public class TimerEventServiceHelper extends Object

Helper class for : TimerEventService

Author: OpenORB Compiler

Method Summary
static TimerEventServiceextract(Any a)
Extract TimerEventService from an any
static Stringid()
Return the TimerEventService IDL ID
static voidinsert(Any a, TimerEventService t)
Insert TimerEventService into an any
static TimerEventServicenarrow(Object obj)
Narrow CORBA::Object to TimerEventService
static TimerEventServiceread(InputStream istream)
Read TimerEventService from a marshalled stream
static TypeCodetype()
Return the TimerEventService TypeCode
static TimerEventServiceunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to TimerEventService
static voidwrite(OutputStream ostream, TimerEventService value)
Write TimerEventService into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TimerEventService value

id

public static String id()
Return the TimerEventService IDL ID

Returns: an ID

insert

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

Parameters: a an any t TimerEventService value

narrow

public static TimerEventService narrow(Object obj)
Narrow CORBA::Object to TimerEventService

Parameters: obj the CORBA Object

Returns: TimerEventService Object

read

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

Parameters: istream the input stream

Returns: the readed TimerEventService value

type

public static TypeCode type()
Return the TimerEventService TypeCode

Returns: a TypeCode

unchecked_narrow

public static TimerEventService unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to TimerEventService

Parameters: obj the CORBA Object

Returns: TimerEventService Object

write

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

Parameters: ostream the output stream value TimerEventService value