org.omg.CosNotification

Class FilterableEventBodyHelper

public class FilterableEventBodyHelper extends Object

Helper class for : FilterableEventBody

Author: OpenORB Compiler

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

Method Detail

extract

public static Property[] extract(Any a)
Extract FilterableEventBody from an any

Parameters: a an any

Returns: the extracted FilterableEventBody value

id

public static String id()
Return the FilterableEventBody IDL ID

Returns: an ID

insert

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

Parameters: a an any t FilterableEventBody value

read

public static Property[] read(InputStream istream)
Read FilterableEventBody from a marshalled stream

Parameters: istream the input stream

Returns: the readed FilterableEventBody value

type

public static TypeCode type()
Return the FilterableEventBody TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value FilterableEventBody value