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