| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quartz.simpl.ThreadContextClassLoadHelper
public class ThreadContextClassLoadHelper
A ClassLoadHelper that uses either the current thread's
 context class loader (Thread.currentThread().getContextClassLoader().loadClass( .. )).
ClassLoadHelper, 
InitThreadContextClassLoadHelper, 
SimpleClassLoadHelper, 
CascadingClassLoadHelper, 
LoadingLoaderClassLoadHelper| Constructor Summary | |
|---|---|
ThreadContextClassLoadHelper()
 | 
|
| Method Summary | |
|---|---|
 java.lang.ClassLoader | 
getClassLoader()
Enable sharing of the class-loader with 3rd party.  | 
 java.net.URL | 
getResource(java.lang.String name)
Finds a resource with a given name.  | 
 java.io.InputStream | 
getResourceAsStream(java.lang.String name)
Finds a resource with a given name.  | 
 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.  | 
 java.lang.Class | 
loadClass(java.lang.String name)
Return the class with the given name.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ThreadContextClassLoadHelper()
| Method Detail | 
|---|
public void initialize()
initialize in interface ClassLoadHelper
public java.lang.Class loadClass(java.lang.String name)
                          throws java.lang.ClassNotFoundException
loadClass in interface ClassLoadHelpername - the fqcn of the class to load.
java.lang.ClassNotFoundException - if the class can be found in the classpath.public java.net.URL getResource(java.lang.String name)
getResource in interface ClassLoadHelpername - name of the desired resource
public java.io.InputStream getResourceAsStream(java.lang.String name)
getResourceAsStream in interface ClassLoadHelpername - name of the desired resource
public java.lang.ClassLoader getClassLoader()
getClassLoader in interface ClassLoadHelper
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||