Class ResolveOutstandingPaymentsJob

java.lang.Object
com.avoka.fc.core.job.AbstractJob
com.avoka.fc.core.job.BaseJob
com.avoka.fc.core.job.ResolveOutstandingPaymentsJob
All Implemented Interfaces:
org.quartz.InterruptableJob, org.quartz.Job

public class ResolveOutstandingPaymentsJob extends BaseJob
Provides a job to resolve any outstanding payments. This job inturn calls the CreditCardPaymentService method resolveOutstandingPayments.
  • Field Details

  • Constructor Details

    • ResolveOutstandingPaymentsJob

      public ResolveOutstandingPaymentsJob()
  • Method Details

    • executeJob

      public void executeJob()
      Description copied from class: AbstractJob
      Subclasses should override this method to provide their functionality.

      A DataContext object will be bound to the thread executing this task. Any uncommitted changes to the DataContext will be automatically rolled back when this method completes.

      Specified by:
      executeJob in class AbstractJob
      See Also: