Package org.alfresco.heartbeat.jobs
-
Interface Summary Interface Description HeartBeatJobScheduler The implementations of this interface are used byHBDataCollectorServiceImplto schedule and unschedule jobs for associated collectors. -
Class Summary Class Description LockingJob This Heartbeat job collects data and passes it to theHBDataSenderService.LockingJobScheduler The scheduler is responsible for the scheduling and unscheduling of locking jobsLockingJob.NonLockingJob This Heartbeat job collects data and passes it to theHBDataSenderService.NonLockingJobScheduler This scheduler is responsible for the scheduling and unscheduling of non locking jobsNonLockingJob.QuartzJobScheduler