Uses of Class
org.jgroups.blocks.executor.ExecutionCompletionService.QueueingListener

Packages that use ExecutionCompletionService.QueueingListener
org.jgroups.blocks.executor   
 

Uses of ExecutionCompletionService.QueueingListener in org.jgroups.blocks.executor
 

Fields in org.jgroups.blocks.executor declared as ExecutionCompletionService.QueueingListener
protected  ExecutionCompletionService.QueueingListener ExecutionCompletionService.listener
           
 

Constructors in org.jgroups.blocks.executor with parameters of type ExecutionCompletionService.QueueingListener
ExecutionCompletionService(ExecutionService executor, java.util.concurrent.BlockingQueue<NotifyingFuture<V>> completionQueue, ExecutionCompletionService.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 © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.