Class RunnableContextClassLoaderDecorator
java.lang.Object
com.gigaspaces.internal.utils.concurrent.RunnableContextClassLoaderDecorator
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionRunnableContextClassLoaderDecorator(ClassLoader executingClassLoader, Runnable command) -
Method Summary