org.openorb.notify.persistence

Class EventChannelHomeHelper

public class EventChannelHomeHelper extends Object

Helper class for : EventChannelHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted EventChannelHome value

id

public static String id()
Return the EventChannelHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t EventChannelHome value

narrow

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

Parameters: obj the CORBA Object

Returns: EventChannelHome Object

read

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

Parameters: istream the input stream

Returns: the readed EventChannelHome value

type

public static TypeCode type()
Return the EventChannelHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: EventChannelHome Object

write

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

Parameters: ostream the output stream value EventChannelHome value