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

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


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

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

Uses of ThreadManagerRequest in org.jboss.aspects.asynchronous
 

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

 

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

Classes in org.jboss.aspects.asynchronous.common that implement ThreadManagerRequest
 class ThreadManagerRequestImpl
           
 

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

Methods in org.jboss.aspects.asynchronous.concurrent that return ThreadManagerRequest
static ThreadManagerRequest ThreadManagerFactory.createNewThreadManagerRequest(String id, AsynchronousParameters inputParameters, AsynchronousUserTask taskClassNameImpl, long timeout)
           
 

Methods in org.jboss.aspects.asynchronous.concurrent with parameters of type ThreadManagerRequest
 AsynchronousTask ThreadManagerImpl.process(ThreadManagerRequest ppmRequest)
           
 



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