Interface | Description |
---|---|
TaskMBean |
MBean to monitor Task executions.
|
TaskTimer |
Interface to represent time/interval
|
Class | Description |
---|---|
BlockingSubmitThreadPoolExecutor |
ThreadPoolExecutor that will block in the submit() method until the task can be
successfully added to the queue. |
CronTimer |
Runs jobs at the specified absolute time and frequency
|
GuiceJobFactory | |
NamedThreadPoolExecutor | |
PriamScheduler |
Scheduling class to schedule Priam tasks.
|
SimpleTimer |
SimpleTimer allows jobs to run starting from specified time occurring at regular frequency's.
|
Task |
Task class that should be implemented by all cron tasks.
|
Enum | Description |
---|---|
CronTimer.DayOfWeek | |
SchedulerType |
Created by aagrawal on 3/8/17.
|
Task.STATE |
Exception | Description |
---|---|
ExecutionException | |
UnsupportedTypeException |
Created by aagrawal on 3/14/17.
|