| Class |
Description |
|
CustomTriggerFactoryBean
|
The factory bean to create and register trigger beans in Spring context. |
|
DefaultGrailsJobClass
|
Grails artifact class which represents a Quartz job. |
|
GrailsJobClassConstants
|
|
|
GrailsJobFactory
|
Job factory which retrieves Job instances from ApplicationContext. |
|
GrailsJobFactory.GrailsJob
|
Quartz Job implementation that invokes execute() on the application's job class. |
|
GrailsJobFactory.StatefulGrailsJob
|
Extension of the GrailsJob, has concurrent annotations.
|
|
JobArtefactHandler
|
Grails artifact handler for job classes. |
|
JobDescriptor
|
JobDescriptor that stores information about the Quartz job to show on webapp. |
|
JobDetailFactoryBean
|
Simplified version of Spring's MethodInvokingJobDetailFactoryBean
that avoids issues with non-serializable classes (for JDBC storage). |
|
QuartzJobTraitInjector
|
|
|
TriggerDescriptor
|
TriggerDescriptor that stores information about the Quartz trigger to show on webapp. |
|
TriggerUtils
|
The util class which helps to build triggers for schedule methods. |