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