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