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