public static class ExecutionContextImpl.ThreadPoolRunnable
| Constructor and description | 
|---|
| ThreadPoolRunnable
                                (ExecutionContextImpl eci, groovy.lang.Closure closure)With this constructor (passing ECI) the ECI is used in the separate thread | 
| ThreadPoolRunnable
                                (ExecutionContextFactoryImpl ecfi, groovy.lang.Closure closure)With this constructor (passing ECFI) a new ECI is created for the separate thread | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public groovy.lang.Closure | getClosure() | 
|  | public ExecutionContextFactoryImpl | getEcfi() | 
|  | public void | run() | 
|  | public void | setClosure(groovy.lang.Closure closure) | 
|  | public void | setEcfi(ExecutionContextFactoryImpl ecfi) | 
| Methods inherited from class | Name | 
|---|---|
| class java.lang.Object | java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
With this constructor (passing ECI) the ECI is used in the separate thread
With this constructor (passing ECFI) a new ECI is created for the separate thread