Uses of Class
org.infinispan.distexec.DistributedExecutionCompletionService.QueueingListener

Packages that use DistributedExecutionCompletionService.QueueingListener
org.infinispan.distexec   
 

Uses of DistributedExecutionCompletionService.QueueingListener in org.infinispan.distexec
 

Fields in org.infinispan.distexec declared as DistributedExecutionCompletionService.QueueingListener
protected  DistributedExecutionCompletionService.QueueingListener DistributedExecutionCompletionService.listener
           
 

Constructors in org.infinispan.distexec with parameters of type DistributedExecutionCompletionService.QueueingListener
DistributedExecutionCompletionService(DistributedExecutorService executor, BlockingQueue<NotifyingFuture<V>> completionQueue, DistributedExecutionCompletionService.QueueingListener listener)
          This constructor is here if someone wants to override this class and provide their own QueueingListener to possibly listen in on futures being finished
 


-->

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