org.openorb.notify.persistence

Class EventHomeHelper

public class EventHomeHelper extends Object

Helper class for : EventHome

Author: OpenORB Compiler

Method Summary
static EventHomeextract(Any a)
Extract EventHome from an any
static Stringid()
Return the EventHome IDL ID
static voidinsert(Any a, EventHome t)
Insert EventHome into an any
static EventHomenarrow(Object obj)
Narrow CORBA::Object to EventHome
static EventHomeread(InputStream istream)
Read EventHome from a marshalled stream
static TypeCodetype()
Return the EventHome TypeCode
static EventHomeunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to EventHome
static voidwrite(OutputStream ostream, EventHome value)
Write EventHome into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted EventHome value

id

public static String id()
Return the EventHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t EventHome value

narrow

public static EventHome narrow(Object obj)
Narrow CORBA::Object to EventHome

Parameters: obj the CORBA Object

Returns: EventHome Object

read

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

Parameters: istream the input stream

Returns: the readed EventHome value

type

public static TypeCode type()
Return the EventHome TypeCode

Returns: a TypeCode

unchecked_narrow

public static EventHome unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to EventHome

Parameters: obj the CORBA Object

Returns: EventHome Object

write

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

Parameters: ostream the output stream value EventHome value