|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.red5.classloading.QuartzClassLoadHelper
public class QuartzClassLoadHelper
A ClassLoadHelper that determines the correct class loader to
use for a scheduler.
ClassLoadHelper| Constructor Summary | |
|---|---|
QuartzClassLoadHelper()
|
|
| Method Summary | |
|---|---|
ClassLoader |
getClassLoader()
Enable sharing of the class-loader with 3rd party (e.g. |
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 opportunity 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QuartzClassLoadHelper()
| Method Detail |
|---|
public void initialize()
initialize in interface ClassLoadHelper
public Class<?> loadClass(String name)
throws ClassNotFoundException
loadClass in interface ClassLoadHelperClassNotFoundExceptionpublic URL getResource(String name)
getResource in interface ClassLoadHelpername - name of the desired resource
public InputStream getResourceAsStream(String name)
getResourceAsStream in interface ClassLoadHelpername - name of the desired resource
public ClassLoader getClassLoader()
getClassLoader in interface ClassLoadHelper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||