Uses of Interface
job.BankingJob
Packages that use BankingJob
-
Uses of BankingJob in job
Classes in job that implement BankingJobModifier and TypeClassDescriptionclass
Background job that calculates and credits monthly interest to savings accounts.Methods in job with parameters of type BankingJobModifier and TypeMethodDescriptionvoid
JobScheduler.scheduleJob
(BankingJob job, long initialDelay, long period, TimeUnit timeUnit) Schedules a job to run repeatedly at fixed intervals.