Uses of Interface
org.infinispan.util.concurrent.FutureListener

Packages that use FutureListener
org.infinispan.client.hotrod.impl.async   
org.infinispan.distexec   
org.infinispan.util.concurrent Thread-safe containers and other concurrency-related utilities, designed to supplement JDK concurrency utilities and containers. 
 

Uses of FutureListener in org.infinispan.client.hotrod.impl.async
 

Methods in org.infinispan.client.hotrod.impl.async with parameters of type FutureListener
 NotifyingFuture<T> NotifyingFutureImpl.attachListener(FutureListener futureListener)
           
 

Uses of FutureListener in org.infinispan.distexec
 

Classes in org.infinispan.distexec that implement FutureListener
protected  class DistributedExecutionCompletionService.QueueingListener
           
 

Uses of FutureListener in org.infinispan.util.concurrent
 

Methods in org.infinispan.util.concurrent with parameters of type FutureListener
 NotifyingFuture<Object> NotifyingFutureImpl.attachListener(FutureListener<Object> objectFutureListener)
           
 NotifyingFuture<Object> DeferredReturnFuture.attachListener(FutureListener<Object> objectFutureListener)
           
 NotifyingFuture<T> NotifyingFuture.attachListener(FutureListener<T> listener)
          Attaches a listener and returns the same future instance, to allow for 'building'.
 NotifyingFuture<V> AbstractInProcessNotifyingFuture.attachListener(FutureListener<V> futureListener)
           
 


-->

Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.