Package org.jboss.varia.scheduler

Schedular components.

See:
          Description

Interface Summary
Schedulable (src) This interface defines the manageable interface for a Scheduler Service allowing the client to create a Schedulable instance which is then run by this service at given times.
 

Class Summary
AbstractScheduleProvider (src) Abstract Base Class for Schedule Provider.
DBScheduleProvider (src) This Provider get its Scheduler from a Database and then adds all the Schedules to the Schedule Manager.
ScheduleManager (src) Schedule Manager which manage the Schedule and their matching Timer notifications and notification listeners.
Scheduler (src) Scheduler Instance to allow clients to run this as a scheduling service for any Schedulable instances.
Scheduler.SchedulableExample (src) A test class for a Schedulable Class
SingleScheduleProvider (src) This Provider adds a single Schedule to the Schedule Manager but you can create more than one of this MBeans and each will add a different Schedule even when the use the same Target.
XMLScheduleProvider (src) This Provider get its Scheduler from a XML configuration string allowing the administrator to add several Schedules with one provider.
 

Package org.jboss.varia.scheduler Description

Schedular components.

Package Specification

Related Documentation

Package Status

Todo