Package org.xwiki.context.concurrent
Class ExecutionContextRunnable
- java.lang.Object
-
- org.xwiki.context.concurrent.ExecutionContextRunnable
-
-
Constructor Summary
Constructors Constructor Description ExecutionContextRunnable(Runnable runnable, ComponentManager componentManager)
-
-
-
Constructor Detail
-
ExecutionContextRunnable
public ExecutionContextRunnable(Runnable runnable, ComponentManager componentManager)
- Parameters:
runnable
- used to access the components needed to initialize and dispose theExecutionContext
.componentManager
- the runnable to wrap.
-
-