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
 void ThreadPool.runTask(Task task)
          Run a task
 void BasicThreadPool.runTask(Task task)
           
protected  void BasicTaskWrapper.setTask(Task task)
          Set thetask for this wrapper
 

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.