Uses of Interface
org.jboss.aspects.asynchronous.ThreadManagerResponse

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 AsynchronousTask.getResponse()
           
 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

 

Uses of ThreadManagerResponse in org.jboss.aspects.asynchronous.aspects
 

Methods in org.jboss.aspects.asynchronous.aspects that return ThreadManagerResponse
 ThreadManagerResponse AsynchronousFacade.getThreadManagerResponse()
           
 ThreadManagerResponse AsynchronousFacadeImpl.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 AsynchronousTaskImpl.getResponse()
           
 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

 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.