Subversion Repositories SmartDukaan

Rev

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

Rev 30936 Rev 30991
Line 600... Line 600...
600
	@Scheduled(cron = "0 0 0 * * *")
600
	@Scheduled(cron = "0 0 0 * * *")
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 0 5 * * *")
605
	@Scheduled(cron = "0 0 2-22 * * *")
606
	public void loanSettlement() throws Throwable {
606
	public void loanSettlement() throws Throwable {
607
		scheduledTasks.loanSettlement();
607
		scheduledTasks.loanSettlement();
608
	}
608
	}
609
 
609
 
610
	@Scheduled(cron = "0 0 6 * * *")
610
	@Scheduled(cron = "0 0 6 * * *")