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 TaskBasicTaskWrapper. taskThe taskMethods in org.jboss.util.threadpool with parameters of type Task Modifier and Type Method Description voidBasicThreadPool. runTask(Task task)voidThreadPool. runTask(Task task)Run a taskprotected voidBasicTaskWrapper. 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
-