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