org.omg.CosNotifyChannelAdmin
public class EventChannelFactoryHelper extends Object
Method Summary | |
---|---|
static EventChannelFactory | extract(Any a)
Extract EventChannelFactory from an any
|
static String | id()
Return the EventChannelFactory IDL ID |
static void | insert(Any a, EventChannelFactory t)
Insert EventChannelFactory into an any |
static EventChannelFactory | narrow(Object obj)
Narrow CORBA::Object to EventChannelFactory |
static EventChannelFactory | read(InputStream istream)
Read EventChannelFactory from a marshalled stream |
static TypeCode | type()
Return the EventChannelFactory TypeCode |
static EventChannelFactory | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to EventChannelFactory |
static void | write(OutputStream ostream, EventChannelFactory value)
Write EventChannelFactory into a marshalled stream |
Parameters: a an any
Returns: the extracted EventChannelFactory value
Returns: an ID
Parameters: a an any t EventChannelFactory value
Parameters: obj the CORBA Object
Returns: EventChannelFactory Object
Parameters: istream the input stream
Returns: the readed EventChannelFactory value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: EventChannelFactory Object
Parameters: ostream the output stream value EventChannelFactory value