java.lang.Object
com.gigaspaces.internal.utils.concurrent.ContextClassLoaderRunnable
- All Implemented Interfaces:
Runnable
public abstract class ContextClassLoaderRunnable
extends Object
implements Runnable
Base class for Runnable implementations which should run in a specific class loader.
- Since:
- 9.0.1
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors
-
Method Summary
protected abstract void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ContextClassLoaderRunnable
public ContextClassLoaderRunnable()
-
ContextClassLoaderRunnable
public ContextClassLoaderRunnable(ClassLoader contextClassLoader)
-
Method Details
-
run
public void run()
- Specified by:
run in interface Runnable
-
execute
protected abstract void execute()