org.glassfish.api
Interface FutureProvider<T>


public interface FutureProvider<T>

Some operations may be asynchronous and need to provide their results as a list of future objects

Author:
Jerome Dochez

Method Summary
 java.util.List<java.util.concurrent.Future<T>> getFutures()
           
 

Method Detail

getFutures

java.util.List<java.util.concurrent.Future<T>> getFutures()


Copyright © 2012 GlassFish Community. All Rights Reserved.