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

Packages that use Task
org.jboss.util.threadpool   
 

Uses of Task in org.jboss.util.threadpool
 

Methods in org.jboss.util.threadpool with parameters of type Task
protected  void BasicTaskWrapper.setTask(Task task)
          Set thetask for this wrapper
 void BasicThreadPool.runTask(Task task)
           
 void ThreadPool.runTask(Task task)
          Run a task
 

Constructors in org.jboss.util.threadpool with parameters of type Task
BasicTaskWrapper(Task task)
          Create a new task wrapper
 



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