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