org.jgroups.blocks.executor
Class ExecutionCompletionService.QueueingListener

java.lang.Object
  extended by org.jgroups.blocks.executor.ExecutionCompletionService.QueueingListener
All Implemented Interfaces:
FutureListener<V>
Enclosing class:
ExecutionCompletionService<V>

protected class ExecutionCompletionService.QueueingListener
extends java.lang.Object
implements FutureListener<V>


Constructor Summary
protected ExecutionCompletionService.QueueingListener()
           
 
Method Summary
 void futureDone(java.util.concurrent.Future<V> future)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionCompletionService.QueueingListener

protected ExecutionCompletionService.QueueingListener()
Method Detail

futureDone

public void futureDone(java.util.concurrent.Future<V> future)
Specified by:
futureDone in interface FutureListener<V>


Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.