Class HBSendDataScheduler
- java.lang.Object
-
- org.alfresco.heartbeat.datasender.internal.schedule.HBSendDataScheduler
-
public final class HBSendDataScheduler extends Object
Schedule/start/stop the heartbeat sender job.- Author:
- Ancuta Morarasu
-
-
Constructor Summary
Constructors Constructor Description HBSendDataScheduler(HBDataSenderService service, int intervalInMinutes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidscheduleJob()Triggers the job that sends the heartbeat data to the server.voidstopJob()
-
-
-
Constructor Detail
-
HBSendDataScheduler
public HBSendDataScheduler(HBDataSenderService service, int intervalInMinutes) throws org.quartz.SchedulerException
- Throws:
org.quartz.SchedulerException
-
-