Uses of Interface
org.omg.CosNotifyComm.SequencePushConsumer

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

Uses of SequencePushConsumer in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type SequencePushConsumer
 void SequenceProxyPushSupplierImpl.connect_sequence_push_consumer(SequencePushConsumer consumer)
           
 

Uses of SequencePushConsumer in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of SequencePushConsumer in org.omg.CosNotifyChannelAdmin
 interface SequenceProxyPushConsumer
          Generated from IDL interface "SequenceProxyPushConsumer"
 

Classes in org.omg.CosNotifyChannelAdmin that implement SequencePushConsumer
 class _SequenceProxyPushConsumerStub
          Generated from IDL interface "SequenceProxyPushConsumer"
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type SequencePushConsumer
 void SequenceProxyPushSupplierOperations.connect_sequence_push_consumer(SequencePushConsumer push_consumer)
           
 void SequenceProxyPushSupplierPOATie.connect_sequence_push_consumer(SequencePushConsumer push_consumer)
           
 void _SequenceProxyPushSupplierStub.connect_sequence_push_consumer(SequencePushConsumer push_consumer)
           
 

Uses of SequencePushConsumer in org.omg.CosNotifyChannelAdminAck
 

Methods in org.omg.CosNotifyChannelAdminAck with parameters of type SequencePushConsumer
 void _SequenceProxyPushSupplierAckStub.connect_sequence_push_consumer(SequencePushConsumer push_consumer)
           
 void SequenceProxyPushSupplierAckPOATie.connect_sequence_push_consumer(SequencePushConsumer push_consumer)
           
 

Uses of SequencePushConsumer in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement SequencePushConsumer
 class _SequencePushConsumerStub
          Generated from IDL interface "SequencePushConsumer"
 

Fields in org.omg.CosNotifyComm declared as SequencePushConsumer
 SequencePushConsumer SequencePushConsumerHolder.value
           
 

Methods in org.omg.CosNotifyComm that return SequencePushConsumer
static SequencePushConsumer SequencePushConsumerHelper.extract(Any any)
           
static SequencePushConsumer SequencePushConsumerHelper.read(InputStream in)
           
static SequencePushConsumer SequencePushConsumerHelper.narrow(java.lang.Object obj)
           
static SequencePushConsumer SequencePushConsumerHelper.narrow(Object obj)
           
static SequencePushConsumer SequencePushConsumerHelper.unchecked_narrow(Object obj)
           
 SequencePushConsumer SequencePushConsumerPOATie._this()
           
 SequencePushConsumer SequencePushConsumerPOATie._this(ORB orb)
           
 SequencePushConsumer SequencePushConsumerPOA._this()
           
 SequencePushConsumer SequencePushConsumerPOA._this(ORB orb)
           
 

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

Constructors in org.omg.CosNotifyComm with parameters of type SequencePushConsumer
SequencePushConsumerHolder(SequencePushConsumer initial)