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

Uses of Interface org.jboss.util.threadpool.TaskWrapper (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


Uses of Interface
org.jboss.util.threadpool.TaskWrapper

Packages that use TaskWrapper
org.jboss.util.threadpool   
 

Uses of TaskWrapper in org.jboss.util.threadpool
 

Classes in org.jboss.util.threadpool that implement TaskWrapper
 class BasicTaskWrapper
          A wrapper for the task.
 class RunnableTaskWrapper
          Makes a runnable a task.
 

Methods in org.jboss.util.threadpool with parameters of type TaskWrapper
 void ThreadPool.runTaskWrapper(TaskWrapper wrapper)
          Run a task wrapper
 void BasicThreadPool.runTaskWrapper(TaskWrapper wrapper)
           
protected  void BasicThreadPool.executeOnThread(TaskWrapper wrapper)
          Execute a task on the same thread
protected  void BasicThreadPool.execute(TaskWrapper wrapper)
          Execute a task
protected  void BasicThreadPool.waitForTask(TaskWrapper wrapper)
          Wait for a task
 



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