org.omg.CosNotification
Class EventHeaderHelper

java.lang.Object
  |
  +--org.omg.CosNotification.EventHeaderHelper

public class EventHeaderHelper
extends java.lang.Object

Helper class for : EventHeader

Author:
OpenORB Compiler

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

Constructor Detail

EventHeaderHelper

public EventHeaderHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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