Uses of Interface
org.jboss.util.threadpool.Task
-
Packages that use Task Package Description org.jboss.util.threadpool -
-
Uses of Task in org.jboss.util.threadpool
Fields in org.jboss.util.threadpool declared as Task Modifier and Type Field Description private Task
BasicTaskWrapper. task
The taskMethods in org.jboss.util.threadpool with parameters of type Task Modifier and Type Method Description void
BasicThreadPool. runTask(Task task)
void
ThreadPool. runTask(Task task)
Run a taskprotected void
BasicTaskWrapper. setTask(Task task)
Set thetask for this wrapperConstructors in org.jboss.util.threadpool with parameters of type Task Constructor Description BasicTaskWrapper(Task task)
Create a new task wrapper
-