org.jboss.ejb3.common.proxy.plugins.async
Interface AsyncProvider
- All Known Implementing Classes:
- AsyncInterceptor
public interface AsyncProvider
AsyncProvider
Contract for a provider of asynchronous invocations, with
support to obtain the Future result
|
Method Summary |
java.util.concurrent.Future<?> |
getFutureResult()
Obtains the result of the last asynchronous
invocation performed as a Future |
getFutureResult
java.util.concurrent.Future<?> getFutureResult()
- Obtains the result of the last asynchronous
invocation performed as a Future
- Returns: