| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.quartz.xml.JobSchedulingDataProcessor
org.springframework.scheduling.quartz.ResourceJobSchedulingDataProcessor
public class ResourceJobSchedulingDataProcessor
Subclass of Quartz' JobSchedulingDataProcessor that considers given filenames as Spring resource locations.
ResourceLoader| Nested Class Summary | |
|---|---|
| static class | ResourceJobSchedulingDataProcessor.JobSchedulingDataInitializationExceptionException to be thrown if a resource cannot be loaded. | 
| Nested classes/interfaces inherited from class org.quartz.xml.JobSchedulingDataProcessor | 
|---|
| JobSchedulingDataProcessor.CalendarRuleSet, JobSchedulingDataProcessor.DateConverter, JobSchedulingDataProcessor.MisfireInstructionRule, JobSchedulingDataProcessor.SimpleConverterRule, JobSchedulingDataProcessor.TimeZoneConverter, JobSchedulingDataProcessor.TriggerRuleSet | 
| Field Summary | 
|---|
| Constructor Summary | |
|---|---|
| ResourceJobSchedulingDataProcessor() | |
| Method Summary | |
|---|---|
| protected  InputStream | getInputStream(String fileName) | 
|  void | setResourceLoader(ResourceLoader resourceLoader)Set the ResourceLoader that this object runs in. | 
| Methods inherited from class org.xml.sax.helpers.DefaultHandler | 
|---|
| characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ResourceJobSchedulingDataProcessor()
| Method Detail | 
|---|
public void setResourceLoader(ResourceLoader resourceLoader)
ResourceLoaderAwareInvoked after population of normal bean properties but before an init callback like InitializingBean's afterPropertiesSet or a custom init-method. Invoked before ApplicationContextAware's setApplicationContext.
setResourceLoader in interface ResourceLoaderAwareresourceLoader - ResourceLoader object to be used by this objectprotected InputStream getInputStream(String fileName)
getInputStream in class JobSchedulingDataProcessor| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||