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