Subversion Repositories SmartDukaan

Rev

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

Rev 27269 Rev 27441
Line 91... Line 91...
91
 
91
 
92
	@Scheduled(cron = "0 0 6 * * *")
92
	@Scheduled(cron = "0 0 6 * * *")
93
	public void dailyReconciliation() throws Exception {
93
	public void dailyReconciliation() throws Exception {
94
		reconciliation.dailyReconciliation();
94
		reconciliation.dailyReconciliation();
95
	}
95
	}
-
 
96
	
-
 
97
	@Scheduled(cron = "0 0 1 * * *")
-
 
98
	public void processActivation() throws Exception {
-
 
99
		scheduledTasks.processActivation();
-
 
100
	}
96
 
101
 
97
	@Scheduled(cron = "0 */5 * * * *")
102
	@Scheduled(cron = "0 */5 * * * *")
98
	public void sendNotification() throws Throwable {
103
	public void sendNotification() throws Throwable {
99
		log.info("startTime" + LocalDateTime.now());
104
		log.info("startTime" + LocalDateTime.now());
100
		scheduledTasks.sendNotification();
105
		scheduledTasks.sendNotification();