Package org.jboss.varia.scheduler

Schedular components.

See:
          Description

Interface Summary
AbstractScheduleProviderMBean AbstractScheduleProvider 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 ScheduleManagerMBean interface.
SchedulerMBean ScheduleMBean interface.
SingleScheduleProviderMBean SingleScheduleProvider MBean interface.
XMLScheduleProviderMBean MBean interface.
 

Class Summary
AbstractScheduleProvider Abstract Base Class for Schedule Providers.
DBScheduleProvider This Provider get its Scheduler from a Database and then adds all the Schedules to the Schedule Manager.
ScheduleManager ScheduleManager manages multiple scheduled timer listeners.
Scheduler Schedules a timer task that calls an MBean or Object instance.
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.
 

Package org.jboss.varia.scheduler Description

Schedular components.

Package Specification

Related Documentation

Package Status

Todo



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.