Class RunnableContextClassLoaderDecorator

java.lang.Object
com.gigaspaces.internal.utils.concurrent.RunnableContextClassLoaderDecorator
All Implemented Interfaces:
Runnable

public class RunnableContextClassLoaderDecorator extends Object implements Runnable
Decorates a runnable with the property that the execution of the runnable will be made with the specified class loader
Since:
7.0
Author:
eitany
  • Constructor Details

    • RunnableContextClassLoaderDecorator

      public RunnableContextClassLoaderDecorator(ClassLoader executingClassLoader, Runnable command)
  • Method Details

    • run

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