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 class
BasicTaskWrapper
A wrapper for the task.class
RunnableTaskWrapper
Makes a runnable a task.Fields in org.jboss.util.threadpool declared as TaskWrapper Modifier and Type Field Description (package private) TaskWrapper
BasicThreadPool.TimeoutInfo. wrapper
Methods in org.jboss.util.threadpool that return TaskWrapper Modifier and Type Method Description (package private) TaskWrapper
BasicThreadPool.TimeoutInfo. getTaskWrapper()
Methods in org.jboss.util.threadpool with parameters of type TaskWrapper Modifier and Type Method Description protected void
BasicThreadPool. execute(TaskWrapper wrapper)
Execute a taskprotected void
BasicThreadPool. executeOnThread(TaskWrapper wrapper)
Execute a task on the same threadvoid
BasicThreadPool. runTaskWrapper(TaskWrapper wrapper)
void
ThreadPool. runTaskWrapper(TaskWrapper wrapper)
Run a task wrapperprotected void
BasicThreadPool. waitForTask(TaskWrapper wrapper)
Wait for a taskConstructors in org.jboss.util.threadpool with parameters of type TaskWrapper Constructor Description TimeoutInfo(TaskWrapper wrapper, long timeout)
-