Quartz

Checkout Tools
  • last updated 20 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changes for TAB-4910
Added more test case.
Added acquireQueueJobDetailsToRun with JOB_STATUS.
Fixed testRunQueueJob.
Added checkQueueJobExists
Updated QueueJob store with acquireQueueJobDetailsToRun and getQueueJobKeys.
Added RAMJobStore impl for QueueJob.
Added more QueueJobManager methods to manage queue jobs.
Renamed QueueJobThread to QuartzQueueThread to be more consistent to scheduler thread.
Queue features are now configurable in quartz.properties.
Complete QueueJobThread impl with queue job execution in a thread pool working.
Backout and removed QueueJob and will try to use existing Job instead.
Added QueueJobThreadTest with MySQL db as test for now.
Added initial QueueJobManagerImpl to add QueueJobDetail.
  1. … 4 more files in changeset.
Clean update the QueueJobThread and get ready to add actual processing logic.
Reverted back QuartzSchedulerThread and added new QueueJobThread.
Added jdbc impl of getQueueJobDetails() that returns a list of QueueJobDetailImpl.
Added MySQL QRTZ_QUEUE_JOB_DETAIL table definition.
Added more placeholders to query QueueJobDetail from jobstore.
Refactored QuartzSchedulerThread to have a placeholder to process queue jobs.
Removed user specific eclipse settings and added svn ignore to these files.
  1. … 4 more files in changeset.
Ignore user specific eclipse settings for sub folders.
Removed user specific eclipse settings.
Sync up from trunk (merge merge -r 1787:1831 from trunk to this branch.)
    • -1
    • +1
    /branches/quartz-2.2-prototype/pom.xml
  1. … 4 more files in changeset.
Branching trunk r 1786 to prototype queue job implementation.
  1. … 653 more files in changeset.