Uses of Interface
job.BankingJob

Packages that use BankingJob
Package
Description
Background job processing system for automated banking operations.
  • Uses of BankingJob in job

    Classes in job that implement BankingJob
    Modifier and Type
    Class
    Description
    class 
    Background job that calculates and credits monthly interest to savings accounts.
    Methods in job with parameters of type BankingJob
    Modifier and Type
    Method
    Description
    void
    JobScheduler.scheduleJob(BankingJob job, long initialDelay, long period, TimeUnit timeUnit)
    Schedules a job to run repeatedly at fixed intervals.