Uses of Interface
org.omg.CosNotifyComm.SequencePullConsumer

Packages that use SequencePullConsumer
org.jacorb.notification.servant   
org.omg.CosNotifyChannelAdmin   
org.omg.CosNotifyChannelAdminAck   
org.omg.CosNotifyComm   
 

Uses of SequencePullConsumer in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type SequencePullConsumer
 void SequenceProxyPullSupplierImpl.connect_sequence_pull_consumer(SequencePullConsumer consumer)
           
 

Uses of SequencePullConsumer in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of SequencePullConsumer in org.omg.CosNotifyChannelAdmin
 interface SequenceProxyPullConsumer
          Generated from IDL interface "SequenceProxyPullConsumer".
 

Classes in org.omg.CosNotifyChannelAdmin that implement SequencePullConsumer
 class _SequenceProxyPullConsumerStub
          Generated from IDL interface "SequenceProxyPullConsumer".
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type SequencePullConsumer
 void SequenceProxyPullSupplierOperations.connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 void _SequenceProxyPullSupplierStub.connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 void SequenceProxyPullSupplierPOATie.connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 

Uses of SequencePullConsumer in org.omg.CosNotifyChannelAdminAck
 

Methods in org.omg.CosNotifyChannelAdminAck with parameters of type SequencePullConsumer
 void SequenceProxyPullSupplierAckPOATie.connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 void _SequenceProxyPullSupplierAckStub.connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 

Uses of SequencePullConsumer in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement SequencePullConsumer
 class _SequencePullConsumerStub
          Generated from IDL interface "SequencePullConsumer".
 

Fields in org.omg.CosNotifyComm declared as SequencePullConsumer
 SequencePullConsumer SequencePullConsumerHolder.value
           
 

Methods in org.omg.CosNotifyComm that return SequencePullConsumer
 SequencePullConsumer SequencePullConsumerPOATie._this()
           
 SequencePullConsumer SequencePullConsumerPOA._this()
           
 SequencePullConsumer SequencePullConsumerPOATie._this(ORB orb)
           
 SequencePullConsumer SequencePullConsumerPOA._this(ORB orb)
           
static SequencePullConsumer SequencePullConsumerHelper.extract(Any any)
           
static SequencePullConsumer SequencePullConsumerHelper.narrow(Object obj)
           
static SequencePullConsumer SequencePullConsumerHelper.read(InputStream in)
           
static SequencePullConsumer SequencePullConsumerHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosNotifyComm with parameters of type SequencePullConsumer
SequencePullConsumerHolder(SequencePullConsumer initial)