Class CardInfoCleanUpJob

All Implemented Interfaces:
BusinessObject, BusinessProcessor, org.quartz.Job

@DisallowConcurrentExecution public class CardInfoCleanUpJob extends AbstractJob
Deletes card info from sscPayment.
Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
    • olderThanDays

      protected String olderThanDays
    • olderThanHours

      protected String olderThanHours
  • Constructor Details

    • CardInfoCleanUpJob

      public CardInfoCleanUpJob()
  • Method Details