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