Subversion Repositories SmartDukaan

Rev

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

Rev 26099 Rev 26214
Line 108... Line 108...
108
	public void notifyLead() throws Throwable {
108
	public void notifyLead() throws Throwable {
109
		scheduledTasks.notifyLead();
109
		scheduledTasks.notifyLead();
110
		scheduledTasks.notifyVisits();
110
		scheduledTasks.notifyVisits();
111
	}
111
	}
112
 
112
 
-
 
113
	@Scheduled(cron = "0 0 1 * * *")
-
 
114
	public void fetchImeiActivation() throws Throwable {
-
 
115
		runOnceTasks.fetchImeiActivation();
-
 
116
	}
-
 
117
	
113
}
118
}