|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadManagerResponse | |
org.jboss.aspects.asynchronous | |
org.jboss.aspects.asynchronous.aspects | |
org.jboss.aspects.asynchronous.common | |
org.jboss.aspects.asynchronous.concurrent |
Uses of ThreadManagerResponse in org.jboss.aspects.asynchronous |
Methods in org.jboss.aspects.asynchronous that return ThreadManagerResponse | |
ThreadManagerResponse |
ThreadManager.waitForResponse(AsynchronousTask input)
Return the response from an asynchronous task The call returns within the timeout defined in the process method |
ThreadManagerResponse[] |
ThreadManager.waitForResponses(AsynchronousTask[] input)
Return an array of responses from an array of asynchronous task The call returns within the maximum timeout from the array of tasks |
ThreadManagerResponse |
AsynchronousTask.getResponse()
|
Uses of ThreadManagerResponse in org.jboss.aspects.asynchronous.aspects |
Methods in org.jboss.aspects.asynchronous.aspects that return ThreadManagerResponse | |
ThreadManagerResponse |
AsynchronousFacadeImpl.getThreadManagerResponse()
|
ThreadManagerResponse |
AsynchronousFacade.getThreadManagerResponse()
|
Uses of ThreadManagerResponse in org.jboss.aspects.asynchronous.common |
Classes in org.jboss.aspects.asynchronous.common that implement ThreadManagerResponse | |
class |
ThreadManagerResponseImpl
|
Fields in org.jboss.aspects.asynchronous.common declared as ThreadManagerResponse | |
protected ThreadManagerResponse |
AsynchronousEmptyTask.threadManagerResponse
|
Methods in org.jboss.aspects.asynchronous.common that return ThreadManagerResponse | |
ThreadManagerResponse |
AsynchronousEmptyTask.getResponse()
|
Uses of ThreadManagerResponse in org.jboss.aspects.asynchronous.concurrent |
Methods in org.jboss.aspects.asynchronous.concurrent that return ThreadManagerResponse | |
ThreadManagerResponse |
ThreadManagerImpl.waitForResponse(AsynchronousTask input)
Return the response from an asynchronous task The call returns within the timeout defined in the process method |
ThreadManagerResponse[] |
ThreadManagerImpl.waitForResponses(AsynchronousTask[] inputImpl)
Return an array of responses from an array of asynchronous task The call returns within the maximum timeout from the array of tasks |
ThreadManagerResponse |
AsynchronousTaskImpl.getResponse()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |