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