|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.common.proxy.plugins.async.AsyncProcessor
public class AsyncProcessor
AsyncProcessor A processor that invokes upon the chain in a separate Thread, saving a reference to the Future result
| Constructor Summary | |
|---|---|
AsyncProcessor()
|
|
| Method Summary | |
|---|---|
java.util.concurrent.Future<?> |
getFutureResult()
Obtains the result of the last asynchronous invocation performed as a Future |
java.lang.Object |
invoke(ChainedProcessingInvocationHandler chain,
java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
Invokes this handler with the specified arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncProcessor()
| Method Detail |
|---|
public java.lang.Object invoke(ChainedProcessingInvocationHandler chain,
java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
ChainableProcessor
invoke in interface ChainableProcessorjava.lang.Throwablepublic java.util.concurrent.Future<?> getFutureResult()
getFutureResult in interface AsyncProvider
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||