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