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 AsynchronousUserTask.cleanup(AsynchronousParameters input)
           
 AsynchronousResponse AsynchronousUserTask.process(AsynchronousParameters input)
           
 void ThreadManagerRequest.setInputParameters(AsynchronousParameters inputParameters)
           
 

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
 void AsynchronousInvokeTask.cleanup(AsynchronousParameters jp)
           
 AsynchronousResponse AsynchronousInvokeTask.process(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.