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
 

Classes in org.omg.CosTypedNotifyComm that implement TypedPullSupplier
 class _TypedPullSupplierStub
          Generated from IDL interface "TypedPullSupplier"
 

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

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

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)