|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for classes wishing to provide the service of loading classes and resources within the scheduler...
Method Summary | |
URL |
getResource(String name)
Finds a resource with a given name. |
InputStream |
getResourceAsStream(String name)
Finds a resource with a given name. |
void |
initialize()
Called to give the ClassLoadHelper a chance to initialize itself, including the oportunity to "steal" the class loader off of the calling thread, which is the thread that is initializing Quartz. |
Class |
loadClass(String name)
Return the class with the given name. |
Method Detail |
public void initialize()
public Class loadClass(String name) throws ClassNotFoundException
ClassNotFoundException
public URL getResource(String name)
name
- name of the desired resource
public InputStream getResourceAsStream(String name)
name
- name of the desired resource
|
Quartz Enterprise Job Scheduler Project Page | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |