org.openorb.notify.persistence

Class EventTypeInfoSeqHelper

public class EventTypeInfoSeqHelper extends Object

Helper class for : EventTypeInfoSeq

Author: OpenORB Compiler

Method Summary
static EventTypeInfo[]extract(Any a)
Extract EventTypeInfoSeq from an any
static Stringid()
Return the EventTypeInfoSeq IDL ID
static voidinsert(Any a, EventTypeInfo[] t)
Insert EventTypeInfoSeq into an any
static EventTypeInfo[]read(InputStream istream)
Read EventTypeInfoSeq from a marshalled stream
static TypeCodetype()
Return the EventTypeInfoSeq TypeCode
static voidwrite(OutputStream ostream, EventTypeInfo[] value)
Write EventTypeInfoSeq into a marshalled stream

Method Detail

extract

public static EventTypeInfo[] extract(Any a)
Extract EventTypeInfoSeq from an any

Parameters: a an any

Returns: the extracted EventTypeInfoSeq value

id

public static String id()
Return the EventTypeInfoSeq IDL ID

Returns: an ID

insert

public static void insert(Any a, EventTypeInfo[] t)
Insert EventTypeInfoSeq into an any

Parameters: a an any t EventTypeInfoSeq value

read

public static EventTypeInfo[] read(InputStream istream)
Read EventTypeInfoSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed EventTypeInfoSeq value

type

public static TypeCode type()
Return the EventTypeInfoSeq TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, EventTypeInfo[] value)
Write EventTypeInfoSeq into a marshalled stream

Parameters: ostream the output stream value EventTypeInfoSeq value