Uses of Interface
org.omg.CosNotifyComm.PushConsumerOperations

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

Uses of PushConsumerOperations in org.omg.CosNotifyChannelAdmin
 

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

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

Uses of PushConsumerOperations in org.omg.CosNotifyComm
 

Subinterfaces of PushConsumerOperations in org.omg.CosNotifyComm
 interface PushConsumer
          Generated from IDL interface "PushConsumer"
 

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

Methods in org.omg.CosNotifyComm that return PushConsumerOperations
 PushConsumerOperations PushConsumerPOATie._delegate()
           
 

Methods in org.omg.CosNotifyComm with parameters of type PushConsumerOperations
 void PushConsumerPOATie._delegate(PushConsumerOperations delegate)
           
 

Constructors in org.omg.CosNotifyComm with parameters of type PushConsumerOperations
PushConsumerPOATie(PushConsumerOperations delegate)
           
PushConsumerPOATie(PushConsumerOperations delegate, POA poa)