Uses of Interface
org.omg.CosTypedNotifyComm.TypedPullSupplier

Packages that use TypedPullSupplier
org.omg.CosTypedNotifyChannelAdmin   
org.omg.CosTypedNotifyComm   
 

Uses of TypedPullSupplier in org.omg.CosTypedNotifyChannelAdmin
 

Subinterfaces of TypedPullSupplier in org.omg.CosTypedNotifyChannelAdmin
 interface TypedProxyPullSupplier
          Generated from IDL interface "TypedProxyPullSupplier"
 

Classes in org.omg.CosTypedNotifyChannelAdmin that implement TypedPullSupplier
 class _TypedProxyPullSupplierStub
          Generated from IDL interface "TypedProxyPullSupplier"
 

Uses of TypedPullSupplier in org.omg.CosTypedNotifyComm
 

Fields in org.omg.CosTypedNotifyComm declared as TypedPullSupplier
 TypedPullSupplier TypedPullSupplierHolder.value
           
 

Methods in org.omg.CosTypedNotifyComm that return TypedPullSupplier
 TypedPullSupplier TypedPullSupplierPOA._this()
           
 TypedPullSupplier TypedPullSupplierPOATie._this()
           
 TypedPullSupplier TypedPullSupplierPOA._this(ORB orb)
           
 TypedPullSupplier TypedPullSupplierPOATie._this(ORB orb)
           
static TypedPullSupplier TypedPullSupplierHelper.extract(Any any)
           
static TypedPullSupplier TypedPullSupplierHelper.narrow(java.lang.Object obj)
           
static TypedPullSupplier TypedPullSupplierHelper.narrow(Object obj)
           
static TypedPullSupplier TypedPullSupplierHelper.read(InputStream in)
           
static TypedPullSupplier TypedPullSupplierHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTypedNotifyComm with parameters of type TypedPullSupplier
static void TypedPullSupplierHelper.insert(Any any, TypedPullSupplier s)
           
static void TypedPullSupplierHelper.write(OutputStream _out, TypedPullSupplier s)
           
 

Constructors in org.omg.CosTypedNotifyComm with parameters of type TypedPullSupplier
TypedPullSupplierHolder(TypedPullSupplier initial)