Package job

Interface BankingJob

All Known Implementing Classes:
InterestCalculationJob

public interface BankingJob
Interface for Banking related JOBS
Author:
TAMIL MUGHILAN
  • Method Details

    • execute

      void execute()
    • getJobName

      String getJobName()
    • getJobDescription

      String getJobDescription()