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