org.openorb.notify.persistence

Class EventDataHelper

public class EventDataHelper extends Object

Helper class for : EventData

Author: OpenORB Compiler

Method Summary
static EventDataextract(Any a)
Extract EventData from an any
static Stringid()
Return the EventData IDL ID
static voidinsert(Any a, EventData t)
Insert EventData into an any
static EventDataread(InputStream istream)
Read EventData from a marshalled stream
static TypeCodetype()
Return the EventData TypeCode
static voidwrite(OutputStream ostream, EventData value)
Write EventData into a marshalled stream

Method Detail

extract

public static EventData extract(Any a)
Extract EventData from an any

Parameters: a an any

Returns: the extracted EventData value

id

public static String id()
Return the EventData IDL ID

Returns: an ID

insert

public static void insert(Any a, EventData t)
Insert EventData into an any

Parameters: a an any t EventData value

read

public static EventData read(InputStream istream)
Read EventData from a marshalled stream

Parameters: istream the input stream

Returns: the readed EventData value

type

public static TypeCode type()
Return the EventData TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, EventData value)
Write EventData into a marshalled stream

Parameters: ostream the output stream value EventData value