Uses of Interface
org.omg.CosEventComm.PullConsumer

Packages that use PullConsumer
org.jacorb.events   
org.jacorb.notification.servant   
org.omg.CosEventChannelAdmin   
org.omg.CosEventComm   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyComm   
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedNotifyChannelAdmin   
 

Uses of PullConsumer in org.jacorb.events
 

Methods in org.jacorb.events with parameters of type PullConsumer
 void ProxyPullSupplierImpl.connect_pull_consumer(PullConsumer pullConsumer)
          ProxyPullSupplier Interface: As stated by the EventService specification 1.1 section 2.3.5: "If a ProxyPullSupplier is already connected to a PullConsumer, then the AlreadyConnected exception is raised."
 

Uses of PullConsumer in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type PullConsumer
 void ProxyPullSupplierImpl.connect_any_pull_consumer(PullConsumer consumer)
           
 void TypedProxyPullSupplierImpl.connect_typed_pull_consumer(PullConsumer pullConsumer)
           
 void ECProxyPullSupplierImpl.connect_pull_consumer(PullConsumer pullConsumer)
           
 

Uses of PullConsumer in org.omg.CosEventChannelAdmin
 

Subinterfaces of PullConsumer in org.omg.CosEventChannelAdmin
 interface ProxyPullConsumer
          Generated from IDL interface "ProxyPullConsumer"
 

Classes in org.omg.CosEventChannelAdmin that implement PullConsumer
 class _ProxyPullConsumerStub
          Generated from IDL interface "ProxyPullConsumer"
 

Methods in org.omg.CosEventChannelAdmin with parameters of type PullConsumer
 void ProxyPullSupplierPOATie.connect_pull_consumer(PullConsumer pull_consumer)
           
 void ProxyPullSupplierOperations.connect_pull_consumer(PullConsumer pull_consumer)
           
 void _ProxyPullSupplierStub.connect_pull_consumer(PullConsumer pull_consumer)
           
 

Uses of PullConsumer in org.omg.CosEventComm
 

Classes in org.omg.CosEventComm that implement PullConsumer
 class _PullConsumerStub
          Generated from IDL interface "PullConsumer"
 

Fields in org.omg.CosEventComm declared as PullConsumer
 PullConsumer PullConsumerHolder.value
           
 

Methods in org.omg.CosEventComm that return PullConsumer
 PullConsumer PullConsumerPOATie._this()
           
 PullConsumer PullConsumerPOATie._this(ORB orb)
           
static PullConsumer PullConsumerHelper.extract(Any any)
           
static PullConsumer PullConsumerHelper.read(InputStream in)
           
static PullConsumer PullConsumerHelper.narrow(java.lang.Object obj)
           
static PullConsumer PullConsumerHelper.narrow(Object obj)
           
static PullConsumer PullConsumerHelper.unchecked_narrow(Object obj)
           
 PullConsumer PullConsumerPOA._this()
           
 PullConsumer PullConsumerPOA._this(ORB orb)
           
 

Methods in org.omg.CosEventComm with parameters of type PullConsumer
static void PullConsumerHelper.insert(Any any, PullConsumer s)
           
static void PullConsumerHelper.write(OutputStream _out, PullConsumer s)
           
 

Constructors in org.omg.CosEventComm with parameters of type PullConsumer
PullConsumerHolder(PullConsumer initial)
           
 

Uses of PullConsumer in org.omg.CosNotifyChannelAdmin
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type PullConsumer
 void ProxyPullSupplierPOATie.connect_any_pull_consumer(PullConsumer pull_consumer)
           
 void ProxyPullSupplierOperations.connect_any_pull_consumer(PullConsumer pull_consumer)
           
 void _ProxyPullSupplierStub.connect_any_pull_consumer(PullConsumer pull_consumer)
           
 

Uses of PullConsumer in org.omg.CosNotifyComm
 

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

Uses of PullConsumer in org.omg.CosTypedEventChannelAdmin
 

Methods in org.omg.CosTypedEventChannelAdmin with parameters of type PullConsumer
 void _TypedProxyPullSupplierStub.connect_pull_consumer(PullConsumer pull_consumer)
           
 void TypedProxyPullSupplierPOATie.connect_pull_consumer(PullConsumer pull_consumer)
           
 

Uses of PullConsumer in org.omg.CosTypedNotifyChannelAdmin
 

Subinterfaces of PullConsumer in org.omg.CosTypedNotifyChannelAdmin
 interface TypedProxyPullConsumer
          Generated from IDL interface "TypedProxyPullConsumer"
 

Classes in org.omg.CosTypedNotifyChannelAdmin that implement PullConsumer
 class _TypedProxyPullConsumerStub
          Generated from IDL interface "TypedProxyPullConsumer"
 

Methods in org.omg.CosTypedNotifyChannelAdmin with parameters of type PullConsumer
 void _TypedProxyPullSupplierStub.connect_typed_pull_consumer(PullConsumer pull_consumer)
           
 void TypedProxyPullSupplierOperations.connect_typed_pull_consumer(PullConsumer pull_consumer)
           
 void TypedProxyPullSupplierPOATie.connect_typed_pull_consumer(PullConsumer pull_consumer)