Uses of Interface
org.omg.CosNotifyComm.PullSupplier

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

Uses of PullSupplier in org.omg.CosNotifyChannelAdmin
 

Subinterfaces of PullSupplier in org.omg.CosNotifyChannelAdmin
 interface ProxyPullSupplier
          Generated from IDL interface "ProxyPullSupplier"
 

Classes in org.omg.CosNotifyChannelAdmin that implement PullSupplier
 class _ProxyPullSupplierStub
          Generated from IDL interface "ProxyPullSupplier"
 

Uses of PullSupplier in org.omg.CosNotifyComm
 

Classes in org.omg.CosNotifyComm that implement PullSupplier
 class _PullSupplierStub
          Generated from IDL interface "PullSupplier"
 

Fields in org.omg.CosNotifyComm declared as PullSupplier
 PullSupplier PullSupplierHolder.value
           
 

Methods in org.omg.CosNotifyComm that return PullSupplier
 PullSupplier PullSupplierPOATie._this()
           
 PullSupplier PullSupplierPOATie._this(ORB orb)
           
static PullSupplier PullSupplierHelper.extract(Any any)
           
static PullSupplier PullSupplierHelper.read(InputStream in)
           
static PullSupplier PullSupplierHelper.narrow(java.lang.Object obj)
           
static PullSupplier PullSupplierHelper.narrow(Object obj)
           
static PullSupplier PullSupplierHelper.unchecked_narrow(Object obj)
           
 PullSupplier PullSupplierPOA._this()
           
 PullSupplier PullSupplierPOA._this(ORB orb)
           
 

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

Constructors in org.omg.CosNotifyComm with parameters of type PullSupplier
PullSupplierHolder(PullSupplier initial)