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