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