public class InitThreadContextClassLoadHelper extends Object implements IClassLoadHelper
ClassLoadHelper that uses either the context class loader of
the thread that initialized Quartz.IClassLoadHelper,
ThreadContextClassLoadHelper,
SimpleClassLoadHelper,
CascadingClassLoadHelper,
LoadingLoaderClassLoadHelper| Constructor and Description |
|---|
InitThreadContextClassLoadHelper() |
| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Enable sharing of the class-loader with 3rd party.
|
void |
initialize()
Called to give the ClassLoadHelper a chance to initialize itself, including
the opportunity to "steal" the class loader off of the calling thread,
which is the thread that is initializing Quartz.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetResource, getResourceAsStream, loadClass, loadClasspublic void initialize()
initialize in interface IClassLoadHelper@Nonnull public ClassLoader getClassLoader()
getClassLoader in interface IClassLoadHelperCopyright © 2016–2021 Philip Helger. All rights reserved.