Package | Description |
---|---|
org.jboss.util.threadpool |
Modifier and Type | Class and Description |
---|---|
class |
BasicTaskWrapper
A wrapper for the task.
|
class |
RunnableTaskWrapper
Makes a runnable a task.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicThreadPool.execute(TaskWrapper wrapper)
Execute a task
|
protected void |
BasicThreadPool.executeOnThread(TaskWrapper wrapper)
Execute a task on the same thread
|
void |
ThreadPool.runTaskWrapper(TaskWrapper wrapper)
Run a task wrapper
|
void |
BasicThreadPool.runTaskWrapper(TaskWrapper wrapper) |
protected void |
BasicThreadPool.waitForTask(TaskWrapper wrapper)
Wait for a task
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.