Package com.atlassian.scheduler.core

Interface Summary
LifecycleAwareSchedulerService An interface that scheduler service implementations will generally be expected to implement so that they can be stopped from accepting jobs when the application is not at a point in its lifecycle where it should be running them.
 

Class Summary
AbstractSchedulerService Base class for implementing a scheduler service.
DefaultSchedulerHistoryService  
DelegatingSchedulerService A scheduler service that delegates all requests to another scheduler service.
JobLauncher Scheduler implementations can (and should) use JobLauncher to invoke jobs when it is time to run them.
 

Enum Summary
LifecycleAwareSchedulerService.State A representation of the scheduler's current state.
 

Exception Summary
JobRunnerNotRegisteredException  
 



Copyright © 2014 Atlassian. All Rights Reserved.