| Class | Description |
|---|---|
| BaseDaemon |
This is the base implementation for all RHN Java daemons.
|
| ChainedListener |
Propagates Quartz trigger events to an internal chain
of TriggerListeners
|
| RhnJobFactory |
A custom Quartz JobFactory implementation which insures that
only one instance of a job class is every instantiated.
|
| SchedulerKernel |
Taskomatic Kernel.
|
| SingleShotListener |
Taskomatic's Quartz scheduled job listener
This listener counts down from a maximum number
of jobs scheduled and then shuts down the SchedulerKernel.
|
| TaskEnvironmentListener |
Insures that the basic runtime environment is in a sane state
|
| TaskomaticConstants |
Various constants used by the Taskomatic daemon
|
| TaskomaticDaemon |
Implementation of the Taskomatic schedule task execution system.
|
| Exception | Description |
|---|---|
| TaskomaticException |
Indicates Taskomatic is having a problem
|