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