org.omg.CosNotification

Class StructuredEventHelper

public class StructuredEventHelper extends Object

Helper class for : StructuredEvent

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StructuredEvent value

id

public static String id()
Return the StructuredEvent IDL ID

Returns: an ID

insert

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

Parameters: a an any t StructuredEvent value

read

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

Parameters: istream the input stream

Returns: the readed StructuredEvent value

type

public static TypeCode type()
Return the StructuredEvent TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value StructuredEvent value