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

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


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

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

Uses of AsynchronousParameters in org.jboss.aspects.asynchronous
 

Methods in org.jboss.aspects.asynchronous that return AsynchronousParameters
 AsynchronousParameters ThreadManagerRequest.getInputParameters()
           
 

Methods in org.jboss.aspects.asynchronous with parameters of type AsynchronousParameters
 void ThreadManagerRequest.setInputParameters(AsynchronousParameters inputParameters)
           
 AsynchronousResponse AsynchronousUserTask.process(AsynchronousParameters input)
           
 void AsynchronousUserTask.cleanup(AsynchronousParameters input)
           
 

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

Classes in org.jboss.aspects.asynchronous.aspects.jboss that implement AsynchronousParameters
 class InvokeTaskInputParameters
           
 

Methods in org.jboss.aspects.asynchronous.aspects.jboss with parameters of type AsynchronousParameters
 AsynchronousResponse AsynchronousInvokeTask.process(AsynchronousParameters jp)
           
 void AsynchronousInvokeTask.cleanup(AsynchronousParameters jp)
           
 

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

Fields in org.jboss.aspects.asynchronous.common declared as AsynchronousParameters
protected  AsynchronousParameters ThreadManagerRequestImpl.inputParameters
           
 

Methods in org.jboss.aspects.asynchronous.common that return AsynchronousParameters
 AsynchronousParameters ThreadManagerRequestImpl.getInputParameters()
           
 

Methods in org.jboss.aspects.asynchronous.common with parameters of type AsynchronousParameters
 void ThreadManagerRequestImpl.setInputParameters(AsynchronousParameters inputParameters)
           
 

Constructors in org.jboss.aspects.asynchronous.common with parameters of type AsynchronousParameters
ThreadManagerRequestImpl(String id, AsynchronousParameters inputParameters, AsynchronousUserTask taskClassImpl, long timeout)
           
 

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

Methods in org.jboss.aspects.asynchronous.concurrent that return AsynchronousParameters
 AsynchronousParameters AsynchronousTaskImpl.getInputParameters()
           
 AsynchronousParameters AsynchronousTask.getInputParameters()
           
 

Methods in org.jboss.aspects.asynchronous.concurrent with parameters of type AsynchronousParameters
static ThreadManagerRequest ThreadManagerFactory.createNewThreadManagerRequest(String id, AsynchronousParameters inputParameters, AsynchronousUserTask taskClassNameImpl, long timeout)
           
 



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