Class HBSendDataScheduler
java.lang.Object
org.alfresco.heartbeat.datasender.internal.schedule.HBSendDataScheduler
Schedule/start/stop the heartbeat sender job.
- Author:
- Ancuta Morarasu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTriggers the job that sends the heartbeat data to the server.voidstopJob()
-
Constructor Details
-
HBSendDataScheduler
public HBSendDataScheduler(HBDataSenderService service, int intervalInMinutes) throws org.quartz.SchedulerException - Throws:
org.quartz.SchedulerException
-
-
Method Details
-
scheduleJob
public void scheduleJob()Triggers the job that sends the heartbeat data to the server. -
stopJob
public void stopJob()
-