public class ExecutionThreadLocals extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static ThreadLocal<Boolean> | killExecutionA per-thread variable which will allow any code operating in an execution thread to request its termination. | 
| Constructor and Description | 
|---|
| ExecutionThreadLocals() | 
public static ThreadLocal<Boolean> killExecution