Subversion Repositories SmartDukaan

Rev

Rev 32225 | Rev 32411 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32225 Rev 32406
Line 594... Line 594...
594
    public void calculateInterestAccured() throws Throwable {
594
    public void calculateInterestAccured() throws Throwable {
595
        scheduledTasks.calculateInterestAccured();
595
        scheduledTasks.calculateInterestAccured();
596
    }
596
    }
597
 
597
 
598
    //  @Scheduled(cron = "0 */5 2-22 * * *")
598
    //  @Scheduled(cron = "0 */5 2-22 * * *")
599
    @Scheduled(fixedDelay = 5 * 60 * 1000)
599
   // @Scheduled(fixedDelay = 5 * 60 * 1000)
600
    public void loanSettlement() throws Throwable {
600
    public void loanSettlement() throws Throwable {
601
        scheduledTasks.loanSettlement();
601
        scheduledTasks.loanSettlement();
602
    }
602
    }
603
 
603
 
604
    @Scheduled(cron = "0 */15 * * * *")
604
    @Scheduled(cron = "0 */15 * * * *")