org.quartz.jobs (Quartz Parent POM 2.0.1 API)

Quartz Java



Package org.quartz.jobs

Interface Summary
DirectoryScanListener Interface for objects wishing to receive a 'call-back' from a DirectoryScanJob.
FileScanListener Interface for objects wishing to receive a 'call-back' from a FileScanJob.
 

Class Summary
DirectoryScanJob Inspects a directory and compares whether any files' "last modified dates" have changed since the last time it was inspected.
FileScanJob Inspects a file and compares whether it's "last modified date" has changed since the last time it was inspected.
NativeJob Built in job for executing native executables in a separate process.
NoOpJob An implementation of Job, that does absolutely nothing - useful for system which only wish to use TriggerListeners and JobListeners, rather than writing Jobs that perform work.
 



Copyright 2001-2011, Terracotta, Inc.