Interface IFuture<T>
- All Superinterfaces:
AsyncFuture<T>, Future<T>
- All Known Implementing Classes:
AbstractFuture, LocalCacheImplAsyncOperationsFuture, LRMIFuture, SettableFuture
An internal interface extending the
AsyncFuture. Internally
used.-
Nested Class Summary
Nested classes/interfaces inherited from interface Future
Future.State -
Method Summary
Methods inherited from interface AsyncFuture
setListenerMethods inherited from interface Future
cancel, exceptionNow, get, get, isCancelled, isDone, resultNow, state
-
Method Details
-
setResult
The result has no type since it can be an exception or the real result
-