| Interface | Description |
|---|---|
| TaskInfo |
This interface is used to store all information related to a schedulable job
|
| Class | Description |
|---|---|
| MailInfo |
This class is used to store information relating to emails to be sent.
|
| PollingInfo |
This class stores all information related to a task that is meant to be scheduled to run periodically.
|
| S2SPollingTask |
This class is run by the S2S Scheduler.
|
| S2SSchedulerFactoryBean |
This class is required in order to stop scheduling of tasks whose cron triggers are either invalid or are those that will not
fire ever again.
|
| SchedulerReader |
This class parses the configuration file S2SScheduler.xml and passes all the tasks to be scheduled to the SchedulerServiceImpl
|
| StatusInfo |
This class stores the status of a task that is to be scheduled
|
| SubmissionData |
This class is a wrapper around
S2sAppSubmission business object. |
Copyright © 2013 The Kuali Foundation. All Rights Reserved.