Uses of Interface
org.omg.CosNotifyComm.SequencePullConsumer

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

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 _SequenceProxyPullSupplierStub.connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 void SequenceProxyPullSupplierPOATie.connect_sequence_pull_consumer(SequencePullConsumer pull_consumer)
           
 void SequenceProxyPullSupplierOperations.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 SequencePullConsumerPOATie._this(ORB orb)
           
 SequencePullConsumer SequencePullConsumerPOA._this()
           
 SequencePullConsumer SequencePullConsumerPOA._this(ORB orb)
           
static SequencePullConsumer SequencePullConsumerHelper.extract(Any any)
           
static SequencePullConsumer SequencePullConsumerHelper.read(InputStream in)
           
static SequencePullConsumer SequencePullConsumerHelper.narrow(java.lang.Object obj)
           
static SequencePullConsumer SequencePullConsumerHelper.narrow(Object obj)
           
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)