Uses of Interface
org.omg.CosNotifyComm.StructuredPullSupplier

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

Uses of StructuredPullSupplier in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of StructuredPullSupplier in org.omg.CosNotifyChannelAdmin
 interface StructuredProxyPullSupplier
          Generated from IDL interface "StructuredProxyPullSupplier"
 

Classes in org.omg.CosNotifyChannelAdmin that implement StructuredPullSupplier
 class _StructuredProxyPullSupplierStub
          Generated from IDL interface "StructuredProxyPullSupplier"
 

Methods in org.omg.CosNotifyChannelAdmin with parameters of type StructuredPullSupplier
 void _StructuredProxyPullConsumerStub.connect_structured_pull_supplier(StructuredPullSupplier pull_supplier)
           
 void StructuredProxyPullConsumerPOATie.connect_structured_pull_supplier(StructuredPullSupplier pull_supplier)
           
 void StructuredProxyPullConsumerOperations.connect_structured_pull_supplier(StructuredPullSupplier pull_supplier)
           
 

Uses of StructuredPullSupplier in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement StructuredPullSupplier
 class _StructuredPullSupplierStub
          Generated from IDL interface "StructuredPullSupplier"
 

Fields in org.omg.CosNotifyComm declared as StructuredPullSupplier
 StructuredPullSupplier StructuredPullSupplierHolder.value
           
 

Methods in org.omg.CosNotifyComm that return StructuredPullSupplier
 StructuredPullSupplier StructuredPullSupplierPOATie._this()
           
 StructuredPullSupplier StructuredPullSupplierPOATie._this(ORB orb)
           
 StructuredPullSupplier StructuredPullSupplierPOA._this()
           
 StructuredPullSupplier StructuredPullSupplierPOA._this(ORB orb)
           
static StructuredPullSupplier StructuredPullSupplierHelper.extract(Any any)
           
static StructuredPullSupplier StructuredPullSupplierHelper.read(InputStream in)
           
static StructuredPullSupplier StructuredPullSupplierHelper.narrow(java.lang.Object obj)
           
static StructuredPullSupplier StructuredPullSupplierHelper.narrow(Object obj)
           
static StructuredPullSupplier StructuredPullSupplierHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosNotifyComm with parameters of type StructuredPullSupplier
StructuredPullSupplierHolder(StructuredPullSupplier initial)