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