Package org.alfresco.heartbeat.jobs
Class NonLockingJob
java.lang.Object
org.alfresco.heartbeat.jobs.NonLockingJob
- All Implemented Interfaces:
org.quartz.Job
This Heartbeat job collects data and passes it to the
HBDataSenderService.- Author:
- eknizat
-
Field Details
-
COLLECTOR_KEY
- See Also:
-
DATA_SENDER_SERVICE_KEY
- See Also:
-
-
Constructor Details
-
NonLockingJob
public NonLockingJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-