org.omg.CosNotification
Class FixedEventHeaderHelper

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

public class FixedEventHeaderHelper
extends java.lang.Object

Helper class for : FixedEventHeader

Author:
OpenORB Compiler

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

Constructor Detail

FixedEventHeaderHelper

public FixedEventHeaderHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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