org.omg.CosTimerEvent
Class TimerEventServiceHelper

java.lang.Object
  extended by org.omg.CosTimerEvent.TimerEventServiceHelper

public class TimerEventServiceHelper
extends java.lang.Object

Helper class for : TimerEventService

Author:
OpenORB Compiler

Constructor Summary
TimerEventServiceHelper()
           
 
Method Summary
static TimerEventService extract(org.omg.CORBA.Any a)
          Extract TimerEventService from an any
static java.lang.String id()
          Return the TimerEventService IDL ID
static void insert(org.omg.CORBA.Any a, TimerEventService t)
          Insert TimerEventService into an any
static TimerEventService narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to TimerEventService
static TimerEventService read(org.omg.CORBA.portable.InputStream istream)
          Read TimerEventService from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the TimerEventService TypeCode
static TimerEventService unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to TimerEventService
static void write(org.omg.CORBA.portable.OutputStream ostream, TimerEventService value)
          Write TimerEventService into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimerEventServiceHelper

public TimerEventServiceHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          TimerEventService t)
Insert TimerEventService into an any

Parameters:
a - an any
t - TimerEventService value

extract

public static TimerEventService extract(org.omg.CORBA.Any a)
Extract TimerEventService from an any

Parameters:
a - an any
Returns:
the extracted TimerEventService value

type

public static org.omg.CORBA.TypeCode type()
Return the TimerEventService TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the TimerEventService IDL ID

Returns:
an ID

read

public static TimerEventService read(org.omg.CORBA.portable.InputStream istream)
Read TimerEventService from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed TimerEventService value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         TimerEventService value)
Write TimerEventService into a marshalled stream

Parameters:
ostream - the output stream
value - TimerEventService value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
TimerEventService Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
TimerEventService Object