Subversion Repositories SmartDukaan

Rev

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

Rev 32507 Rev 32531
Line 601... Line 601...
601
    public void calculateInterestAccured() throws Throwable {
601
    public void calculateInterestAccured() throws Throwable {
602
        scheduledTasks.calculateInterestAccured();
602
        scheduledTasks.calculateInterestAccured();
603
    }
603
    }
604
 
604
 
605
    //  @Scheduled(cron = "0 */5 2-22 * * *")
605
    //  @Scheduled(cron = "0 */5 2-22 * * *")
606
    //@Scheduled(fixedDelay = 5 * 60 * 1000)
606
    @Scheduled(fixedDelay = 5 * 60 * 1000)
607
    @Scheduled(cron = "0 0 23 * * *")
607
    //@Scheduled(cron = "0 0 23 * * *")
608
    public void loanSettlement() throws Throwable {
608
    public void loanSettlement() throws Throwable {
609
        scheduledTasks.loanSettlement();
609
        scheduledTasks.loanSettlement();
610
    }
610
    }
611
 
611
 
612
    @Scheduled(cron = "0 */15 * * * *")
612
    @Scheduled(cron = "0 */15 * * * *")