Uses of Interface
org.omg.CosNotifyComm.StructuredPullConsumer

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

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 _StructuredProxyPullSupplierStub.connect_structured_pull_consumer(StructuredPullConsumer pull_consumer)
           
 void StructuredProxyPullSupplierPOATie.connect_structured_pull_consumer(StructuredPullConsumer pull_consumer)
           
 void StructuredProxyPullSupplierOperations.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 StructuredPullConsumerPOATie._this()
           
 StructuredPullConsumer StructuredPullConsumerPOATie._this(ORB orb)
           
 StructuredPullConsumer StructuredPullConsumerPOA._this()
           
 StructuredPullConsumer StructuredPullConsumerPOA._this(ORB orb)
           
static StructuredPullConsumer StructuredPullConsumerHelper.extract(Any any)
           
static StructuredPullConsumer StructuredPullConsumerHelper.read(InputStream in)
           
static StructuredPullConsumer StructuredPullConsumerHelper.narrow(java.lang.Object obj)
           
static StructuredPullConsumer StructuredPullConsumerHelper.narrow(Object obj)
           
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)