Uses of Interface
org.omg.CosNotifyComm.StructuredPullConsumer

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

Uses of StructuredPullConsumer in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type StructuredPullConsumer
 void StructuredProxyPullSupplierImpl.connect_structured_pull_consumer(StructuredPullConsumer consumer)
           
 

Uses of StructuredPullConsumer in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of StructuredPullConsumer in org.omg.CosNotifyChannelAdmin
 interface StructuredProxyPullConsumer
          Generated from IDL interface "StructuredProxyPullConsumer".
 

Classes in org.omg.CosNotifyChannelAdmin that implement StructuredPullConsumer
 class _StructuredProxyPullConsumerStub
          Generated from IDL interface "StructuredProxyPullConsumer".
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type StructuredPullConsumer
 void StructuredProxyPullSupplierOperations.connect_structured_pull_consumer(StructuredPullConsumer pull_consumer)
           
 void StructuredProxyPullSupplierPOATie.connect_structured_pull_consumer(StructuredPullConsumer pull_consumer)
           
 void _StructuredProxyPullSupplierStub.connect_structured_pull_consumer(StructuredPullConsumer pull_consumer)
           
 

Uses of StructuredPullConsumer in org.omg.CosNotifyChannelAdminAck
 

Methods in org.omg.CosNotifyChannelAdminAck with parameters of type StructuredPullConsumer
 void StructuredProxyPullSupplierAckPOATie.connect_structured_pull_consumer(StructuredPullConsumer pull_consumer)
           
 void _StructuredProxyPullSupplierAckStub.connect_structured_pull_consumer(StructuredPullConsumer pull_consumer)
           
 

Uses of StructuredPullConsumer in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement StructuredPullConsumer
 class _StructuredPullConsumerStub
          Generated from IDL interface "StructuredPullConsumer".
 

Fields in org.omg.CosNotifyComm declared as StructuredPullConsumer
 StructuredPullConsumer StructuredPullConsumerHolder.value
           
 

Methods in org.omg.CosNotifyComm that return StructuredPullConsumer
 StructuredPullConsumer StructuredPullConsumerPOA._this()
           
 StructuredPullConsumer StructuredPullConsumerPOATie._this()
           
 StructuredPullConsumer StructuredPullConsumerPOA._this(ORB orb)
           
 StructuredPullConsumer StructuredPullConsumerPOATie._this(ORB orb)
           
static StructuredPullConsumer StructuredPullConsumerHelper.extract(Any any)
           
static StructuredPullConsumer StructuredPullConsumerHelper.narrow(Object obj)
           
static StructuredPullConsumer StructuredPullConsumerHelper.read(InputStream in)
           
static StructuredPullConsumer StructuredPullConsumerHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosNotifyComm with parameters of type StructuredPullConsumer
StructuredPullConsumerHolder(StructuredPullConsumer initial)