Liferay 7.0-ce-b4

com.liferay.portal.kernel.concurrent
Class RecordedFutureListener<T>

java.lang.Object
  extended by com.liferay.portal.kernel.concurrent.RecordedFutureListener<T>
All Implemented Interfaces:
FutureListener<T>

public class RecordedFutureListener<T>
extends Object
implements FutureListener<T>


Constructor Summary
RecordedFutureListener()
           
 
Method Summary
 void complete(Future<T> future)
           
 int getCount()
           
 Future<T> getFuture()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordedFutureListener

public RecordedFutureListener()
Method Detail

complete

public void complete(Future<T> future)
Specified by:
complete in interface FutureListener<T>

getCount

public int getCount()

getFuture

public Future<T> getFuture()

Liferay 7.0-ce-b4