org.red5.classloading
public class QuartzClassLoadHelper extends Object implements org.quartz.spi.ClassLoadHelper
ClassLoadHelper
that determines the correct class loader to
use for a scheduler.ClassLoadHelper
Constructor and Description |
---|
QuartzClassLoadHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
public void initialize()
initialize
in interface org.quartz.spi.ClassLoadHelper
public Class<?> loadClass(String name) throws ClassNotFoundException
loadClass
in interface org.quartz.spi.ClassLoadHelper
ClassNotFoundException
public URL getResource(String name)
getResource
in interface org.quartz.spi.ClassLoadHelper
name
- name of the desired resourcepublic InputStream getResourceAsStream(String name)
getResourceAsStream
in interface org.quartz.spi.ClassLoadHelper
name
- name of the desired resourcepublic ClassLoader getClassLoader()
getClassLoader
in interface org.quartz.spi.ClassLoadHelper
Copyright © 2006-2012 The Red5 Project