public class ExecutionRunner
extends java.lang.Object
implements java.lang.Runnable
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 |
---|---|
java.util.Map<java.lang.Thread,java.lang.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 void run()
run
in interface java.lang.Runnable
public java.util.Map<java.lang.Thread,java.lang.Runnable> getCurrentRunningTasks()
Copyright © 1998-2020 Red Hat. All Rights Reserved.