org.jboss.ejb3.common.proxy.plugins.async
Interface AsyncProvider

All Known Implementing Classes:
AsyncProcessor

public interface AsyncProvider

AsyncProvider Contract for a provider of asynchronous invocations, with support to obtain the Future result

Version:
$Revision: $
Author:
ALR

Method Summary
 Future<?> getFutureResult()
          Obtains the result of the last asynchronous invocation performed as a Future
 

Method Detail

getFutureResult

Future<?> getFutureResult()
Obtains the result of the last asynchronous invocation performed as a Future

Returns:


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.