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