Uses of Interface
org.jboss.util.threadpool.TaskWrapper
-
Packages that use TaskWrapper Package Description org.jboss.util.threadpool -
-
Uses of TaskWrapper in org.jboss.util.threadpool
Classes in org.jboss.util.threadpool that implement TaskWrapper Modifier and Type Class Description classBasicTaskWrapperA wrapper for the task.classRunnableTaskWrapperMakes a runnable a task.Fields in org.jboss.util.threadpool declared as TaskWrapper Modifier and Type Field Description (package private) TaskWrapperBasicThreadPool.TimeoutInfo. wrapperMethods in org.jboss.util.threadpool that return TaskWrapper Modifier and Type Method Description (package private) TaskWrapperBasicThreadPool.TimeoutInfo. getTaskWrapper()Methods in org.jboss.util.threadpool with parameters of type TaskWrapper Modifier and Type Method Description protected voidBasicThreadPool. execute(TaskWrapper wrapper)Execute a taskprotected voidBasicThreadPool. executeOnThread(TaskWrapper wrapper)Execute a task on the same threadvoidBasicThreadPool. runTaskWrapper(TaskWrapper wrapper)voidThreadPool. runTaskWrapper(TaskWrapper wrapper)Run a task wrapperprotected voidBasicThreadPool. waitForTask(TaskWrapper wrapper)Wait for a taskConstructors in org.jboss.util.threadpool with parameters of type TaskWrapper Constructor Description TimeoutInfo(TaskWrapper wrapper, long timeout)
-