Class | Description |
---|---|
AutoRun |
This class runs some quartz jobs automatically at startup.
|
AutowiredJobBeanWrapper |
This is a JobBeanWrapper that will just be registered with the Job Scheduler.
|
AutowiringSpringBeanJobFactory |
This JobFactory autowires automatically the created quartz bean with spring @Autowired dependencies.
|
ClassFileNameFilter | |
ConfigurableAutowiredJobBeanWrapper |
Allow configurable autowired jobs.
|
ConnectionProviderDelegate |
This looks up the DataSource from Spring so that it will use the main Sakai connection.
|
ContextMappingDAO |
This is used to allow faster lookups from a UUID to a context ID.
|
DelayedInvocationDAO |
Just used for migration to the quartz scheduler.
|
GlobalTriggerListener | |
JobBeanWrapperRegistrar |
Just registers JobBeanWrappers with the Schedule Manager, this is needed because the autowired
jobs don't have to register themselves.
|
JobDetailWrapperImpl | |
NavigableEventLogListener |
This just logs all the trigger and job events.
|
ScheduledInvocationManagerImpl |
componentId -> job key (name)
opaqueContent/contextId -> trigger key (name)
jobs have groups and triggers have groups.
|
ScheduledInvocationTestCommand | |
ScheduledInvocationTestJob | |
SchedulerManagerImpl | |
TriggerWrapperImpl | Deprecated
Use the AutoProvisionJobs class instead.
|
Copyright © 2003–2019 The Sakai Foundation. All rights reserved.