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