Modifier and Type | Class and Description |
---|---|
protected static class |
ExecutionRunner.Holder<T> |
Modifier and Type | Field and Description |
---|---|
protected Executing |
_execProt |
protected static Log |
_logger |
protected JChannel |
ch |
Constructor and Description |
---|
ExecutionRunner(JChannel channel) |
Modifier and Type | Method and Description |
---|---|
Map<Thread,Runnable> |
getCurrentRunningTasks()
Returns a copy of the runners being used with the runner and what threads.
|
void |
run() |
void |
setChannel(JChannel ch) |
protected JChannel ch
protected Executing _execProt
protected static final Log _logger
public ExecutionRunner(JChannel channel)
public void setChannel(JChannel ch)
public Map<Thread,Runnable> getCurrentRunningTasks()
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.