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

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


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

Packages that use AsynchronousTask
org.jboss.aspects.asynchronous   
org.jboss.aspects.asynchronous.aspects   
org.jboss.aspects.asynchronous.common   
org.jboss.aspects.asynchronous.concurrent   
 

Uses of AsynchronousTask in org.jboss.aspects.asynchronous
 

Methods in org.jboss.aspects.asynchronous that return AsynchronousTask
 AsynchronousTask ThreadManager.process(ThreadManagerRequest ppmRequest)
          Create, start and return a new asynchronous task from

 

Methods in org.jboss.aspects.asynchronous with parameters of type AsynchronousTask
 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 AsynchronousTask in org.jboss.aspects.asynchronous.aspects
 

Methods in org.jboss.aspects.asynchronous.aspects that return AsynchronousTask
 AsynchronousTask AsynchronousFacadeImpl.getAsynchronousTask()
           
 AsynchronousTask AsynchronousFacadeFieldsThreadLocalImpl.getAsynchronousTask()
           
 AsynchronousTask AsynchronousFacadeFieldsImpl.getAsynchronousTask()
           
 AsynchronousTask AsynchronousFacadeFields.getAsynchronousTask()
           
 AsynchronousTask AsynchronousFacade.getAsynchronousTask()
           
 

Methods in org.jboss.aspects.asynchronous.aspects with parameters of type AsynchronousTask
 void AsynchronousFacadeImpl.setAsynchronousTask(AsynchronousTask asynchronousTask)
           
 AsynchronousResponse AsynchronousFacadeImpl.waitForResponse(AsynchronousTask asynchronousTask)
           
 Object AsynchronousFacadeImpl.getReturnValue(AsynchronousTask asynchronousTask)
           
 boolean AsynchronousFacadeImpl.isDone(AsynchronousTask synchronousTask)
           
 int AsynchronousFacadeImpl.getResponseCode(AsynchronousTask synchronousTask)
           
 void AsynchronousFacadeFieldsThreadLocalImpl.setAsynchronousTask(AsynchronousTask asynchronousTask)
           
 void AsynchronousFacadeFieldsImpl.setAsynchronousTask(AsynchronousTask asynchronousTask)
           
 void AsynchronousFacadeFields.setAsynchronousTask(AsynchronousTask asynchronousTask)
           
 void AsynchronousFacade.setAsynchronousTask(AsynchronousTask asynchronousTask)
           
 AsynchronousResponse AsynchronousFacade.waitForResponse(AsynchronousTask asynchronousTask)
           
 boolean AsynchronousFacade.isDone(AsynchronousTask asynchronousTask)
           
 int AsynchronousFacade.getResponseCode(AsynchronousTask synchronousTask)
           
 Object AsynchronousFacade.getReturnValue(AsynchronousTask asynchronousTask)
           
 

Uses of AsynchronousTask in org.jboss.aspects.asynchronous.common
 

Classes in org.jboss.aspects.asynchronous.common that implement AsynchronousTask
 class AsynchronousEmptyTask
           
 

Uses of AsynchronousTask in org.jboss.aspects.asynchronous.concurrent
 

Subinterfaces of AsynchronousTask in org.jboss.aspects.asynchronous.concurrent
 interface AsynchronousTask
           
 

Classes in org.jboss.aspects.asynchronous.concurrent that implement AsynchronousTask
 class AsynchronousTaskImpl
           
 

Methods in org.jboss.aspects.asynchronous.concurrent that return AsynchronousTask
 AsynchronousTask ThreadManagerImpl.process(ThreadManagerRequest ppmRequest)
           
 

Methods in org.jboss.aspects.asynchronous.concurrent with parameters of type AsynchronousTask
 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.