org.omg.CosTimerEvent
Class TimerEventTHelper

java.lang.Object
  |
  +--org.omg.CosTimerEvent.TimerEventTHelper

public class TimerEventTHelper
extends java.lang.Object

Helper class for : TimerEventT

Author:
OpenORB Compiler

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

Constructor Detail

TimerEventTHelper

public TimerEventTHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          TimerEventT t)
Insert TimerEventT into an any
Parameters:
a - an any
t - TimerEventT value

extract

public static TimerEventT extract(org.omg.CORBA.Any a)
Extract TimerEventT from an any
Parameters:
a - an any
Returns:
the extracted TimerEventT value

type

public static org.omg.CORBA.TypeCode type()
Return the TimerEventT TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the TimerEventT IDL ID
Returns:
an ID

read

public static TimerEventT read(org.omg.CORBA.portable.InputStream istream)
Read TimerEventT from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed TimerEventT value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         TimerEventT value)
Write TimerEventT into a marshalled stream
Parameters:
ostream - the output stream
value - TimerEventT value