public class ExecutionRunner
extends java.lang.Object
implements java.lang.Runnable
限定符和类型 | 类和说明 |
---|---|
protected static class |
ExecutionRunner.Holder<T> |
限定符和类型 | 字段和说明 |
---|---|
protected Executing |
_execProt |
protected static Log |
_logger |
protected JChannel |
ch |
构造器和说明 |
---|
ExecutionRunner(JChannel channel) |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 java.lang.Runnable
public java.util.Map<java.lang.Thread,java.lang.Runnable> getCurrentRunningTasks()