|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
AbstractScheduleProviderMBean | MBean interface. |
DBScheduleProviderMBean | MBean interface. |
Schedulable | 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. |
ScheduleManagerMBean | MBean interface. |
SchedulerMBean | MBean interface. |
SingleScheduleProviderMBean | MBean interface. |
XMLScheduleProviderMBean | MBean interface. |
Class Summary | |
AbstractScheduleProvider | Abstract Base Class for Schedule Provider. |
DBScheduleProvider | This Provider get its Scheduler from a Database and then adds all the Schedules to the Schedule Manager. |
ScheduleManager | Schedule Manager which manage the Schedule and their matching Timer notifications and notification listeners. |
Scheduler | Scheduler Instance to allow clients to run this as a scheduling service for any Schedulable instances. |
Scheduler.SchedulableExample | A test class for a Schedulable Class |
SingleScheduleProvider | 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 | This Provider get its Scheduler from a XML configuration string allowing the administrator to add several Schedules with one provider. |
Schedular components.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |