Uses of Interface
org.omg.CosNotifyComm.PushConsumer

Packages that use PushConsumer
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
 

Uses of PushConsumer in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of PushConsumer in org.omg.CosNotifyChannelAdmin
 interface ProxyPushConsumer
          Generated from IDL interface "ProxyPushConsumer"
 

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

Uses of PushConsumer in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement PushConsumer
 class _PushConsumerStub
          Generated from IDL interface "PushConsumer"
 

Fields in org.omg.CosNotifyComm declared as PushConsumer
 PushConsumer PushConsumerHolder.value
           
 

Methods in org.omg.CosNotifyComm that return PushConsumer
 PushConsumer PushConsumerPOATie._this()
           
 PushConsumer PushConsumerPOATie._this(ORB orb)
           
 PushConsumer PushConsumerPOA._this()
           
 PushConsumer PushConsumerPOA._this(ORB orb)
           
static PushConsumer PushConsumerHelper.extract(Any any)
           
static PushConsumer PushConsumerHelper.read(InputStream in)
           
static PushConsumer PushConsumerHelper.narrow(java.lang.Object obj)
           
static PushConsumer PushConsumerHelper.narrow(Object obj)
           
static PushConsumer PushConsumerHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosNotifyComm with parameters of type PushConsumer
static void PushConsumerHelper.insert(Any any, PushConsumer s)
           
static void PushConsumerHelper.write(OutputStream _out, PushConsumer s)
           
 

Constructors in org.omg.CosNotifyComm with parameters of type PushConsumer
PushConsumerHolder(PushConsumer initial)