Uses of Interface
org.omg.CosEventComm.PushConsumer

Packages that use PushConsumer
org.jacorb.events   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedEventComm   
 

Uses of PushConsumer in org.jacorb.events
 

Methods in org.jacorb.events with parameters of type PushConsumer
 void ProxyPushSupplierImpl.connect_push_consumer(PushConsumer pushConsumer)
          fuers ProxyPushSupplier Interface.
 

Uses of PushConsumer in org.omg.CosEventChannelAdmin
 

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

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

Methods in org.omg.CosEventChannelAdmin with parameters of type PushConsumer
 void _ProxyPushSupplierStub.connect_push_consumer(PushConsumer push_consumer)
           
 void ProxyPushSupplierPOATie.connect_push_consumer(PushConsumer push_consumer)
           
 void ProxyPushSupplierOperations.connect_push_consumer(PushConsumer push_consumer)
           
 

Uses of PushConsumer in org.omg.CosEventComm
 

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

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

Methods in org.omg.CosEventComm 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.CosEventComm 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.CosEventComm with parameters of type PushConsumer
PushConsumerHolder(PushConsumer initial)
           
 

Uses of PushConsumer in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type PushConsumer
 void _ProxyPushSupplierStub.connect_any_push_consumer(PushConsumer push_consumer)
           
 void ProxyPushSupplierPOATie.connect_any_push_consumer(PushConsumer push_consumer)
           
 void ProxyPushSupplierOperations.connect_any_push_consumer(PushConsumer push_consumer)
           
 

Uses of PushConsumer in org.omg.CosNotifyComm
 

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

Uses of PushConsumer in org.omg.CosTypedEventChannelAdmin
 

Subinterfaces of PushConsumer in org.omg.CosTypedEventChannelAdmin
 interface TypedProxyPushConsumer
          Generated from IDL interface "TypedProxyPushConsumer"
 

Classes in org.omg.CosTypedEventChannelAdmin that implement PushConsumer
 class _TypedProxyPushConsumerStub
          Generated from IDL interface "TypedProxyPushConsumer"
 

Uses of PushConsumer in org.omg.CosTypedEventComm
 

Subinterfaces of PushConsumer in org.omg.CosTypedEventComm
 interface TypedPushConsumer
          Generated from IDL interface "TypedPushConsumer"
 

Classes in org.omg.CosTypedEventComm that implement PushConsumer
 class _TypedPushConsumerStub
          Generated from IDL interface "TypedPushConsumer"