org.omg.CosNotifyChannelAdmin

Class EventChannelFactoryHelper

public class EventChannelFactoryHelper extends Object

Helper class for : EventChannelFactory

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted EventChannelFactory value

id

public static String id()
Return the EventChannelFactory IDL ID

Returns: an ID

insert

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

Parameters: a an any t EventChannelFactory value

narrow

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

Parameters: obj the CORBA Object

Returns: EventChannelFactory Object

read

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

Parameters: istream the input stream

Returns: the readed EventChannelFactory value

type

public static TypeCode type()
Return the EventChannelFactory TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: EventChannelFactory Object

write

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

Parameters: ostream the output stream value EventChannelFactory value