Class ExecutionContextRunnable

  • All Implemented Interfaces:
    Runnable

    public class ExecutionContextRunnable
    extends Object
    implements Runnable
    Runnable wrapper which initialize and clean the execution context.
    Since:
    5.1RC1
    Version:
    $Id: 96916ebf87e4d88893c4c672575fa68a19024add $
    • Constructor Detail

      • ExecutionContextRunnable

        public ExecutionContextRunnable​(Runnable runnable,
                                        ComponentManager componentManager)
        Parameters:
        runnable - used to access the components needed to initialize and dispose the ExecutionContext.
        componentManager - the runnable to wrap.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable