站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 aspects API Documentation 英文版文档

Uses of Interface org.jboss.aspects.asynchronous.ThreadManagerResponse (JBoss Aspects API) - JBoss 4.0.1 sp1 aspects API Documentation 英文版文档


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 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()
           
 



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