Uses of Interface
org.omg.CosTypedEventComm.TypedPullSupplier

Packages that use TypedPullSupplier
org.jacorb.notification.servant   
org.omg.CosTypedEventChannelAdmin   
org.omg.CosTypedEventComm   
org.omg.CosTypedNotifyChannelAdmin   
org.omg.CosTypedNotifyComm   
 

Uses of TypedPullSupplier in org.jacorb.notification.servant
 

Methods in org.jacorb.notification.servant with parameters of type TypedPullSupplier
 void TypedProxyPullConsumerImpl.connect_typed_pull_supplier(TypedPullSupplier typedPullSupplier)
           
 

Uses of TypedPullSupplier in org.omg.CosTypedEventChannelAdmin
 

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

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

Uses of TypedPullSupplier in org.omg.CosTypedEventComm
 

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

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

Methods in org.omg.CosTypedEventComm 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(Object obj)
           
static TypedPullSupplier TypedPullSupplierHelper.read(InputStream in)
           
static TypedPullSupplier TypedPullSupplierHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosTypedEventComm 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.CosTypedEventComm with parameters of type TypedPullSupplier
TypedPullSupplierHolder(TypedPullSupplier initial)
           
 

Uses of TypedPullSupplier in org.omg.CosTypedNotifyChannelAdmin
 

Methods in org.omg.CosTypedNotifyChannelAdmin with parameters of type TypedPullSupplier
 void _TypedProxyPullConsumerStub.connect_typed_pull_supplier(TypedPullSupplier pull_supplier)
           
 void TypedProxyPullConsumerPOATie.connect_typed_pull_supplier(TypedPullSupplier pull_supplier)
           
 void TypedProxyPullConsumerOperations.connect_typed_pull_supplier(TypedPullSupplier pull_supplier)
           
 

Uses of TypedPullSupplier in org.omg.CosTypedNotifyComm
 

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