org.openorb.ins.callback
Class EventTypeHelper

java.lang.Object
  extended by org.openorb.ins.callback.EventTypeHelper

public class EventTypeHelper
extends java.lang.Object

Helper class for : EventType

Author:
OpenORB Compiler

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

Constructor Detail

EventTypeHelper

public EventTypeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - EventType value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - EventType value