Uses of Interface
org.omg.CosNotifyChannelAdmin.ProxyPushConsumer

Packages that use ProxyPushConsumer
org.omg.CosNotifyChannelAdmin   
 

Uses of ProxyPushConsumer in org.omg.CosNotifyChannelAdmin
 

Classes in org.omg.CosNotifyChannelAdmin that implement ProxyPushConsumer
 class _ProxyPushConsumerStub
          Generated from IDL interface "ProxyPushConsumer"
 

Fields in org.omg.CosNotifyChannelAdmin declared as ProxyPushConsumer
 ProxyPushConsumer ProxyPushConsumerHolder.value
           
 

Methods in org.omg.CosNotifyChannelAdmin that return ProxyPushConsumer
static ProxyPushConsumer ProxyPushConsumerHelper.extract(Any any)
           
static ProxyPushConsumer ProxyPushConsumerHelper.read(InputStream in)
           
static ProxyPushConsumer ProxyPushConsumerHelper.narrow(java.lang.Object obj)
           
static ProxyPushConsumer ProxyPushConsumerHelper.narrow(Object obj)
           
static ProxyPushConsumer ProxyPushConsumerHelper.unchecked_narrow(Object obj)
           
 ProxyPushConsumer ProxyPushConsumerPOATie._this()
           
 ProxyPushConsumer ProxyPushConsumerPOATie._this(ORB orb)
           
 ProxyPushConsumer ProxyPushConsumerPOA._this()
           
 ProxyPushConsumer ProxyPushConsumerPOA._this(ORB orb)
           
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type ProxyPushConsumer
static void ProxyPushConsumerHelper.insert(Any any, ProxyPushConsumer s)
           
static void ProxyPushConsumerHelper.write(OutputStream _out, ProxyPushConsumer s)
           
 

Constructors in org.omg.CosNotifyChannelAdmin with parameters of type ProxyPushConsumer
ProxyPushConsumerHolder(ProxyPushConsumer initial)