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