com.jcorporate.expresso.services.job |
Contains a "test" job that can be used to verify that the Job Handler sub-system of Expresso is working correctly.
|
Java Source File Name | Type | Comment |
ClearOldValidation.java | Class | This job clears all expired validation queue entries. |
ControllerJob.java | Class | ControllerJob provides a Job "wrapper" for any Controller
object. |
TestJob.java | Class | TestJob provides a "dummy" background job for testing the job
queue, timerserver, and relating functions. |
ValidationJob.java | Class | This class implements an Expresso Job, which is a background task, to
decouple the user selecting some action that requires validation, from
the mechanics of storing the user/application-selected parameters and
starting the processing. |