Package com.jfw.scheduler

Manage the scheduler.

See:
          Description

Class Summary
Daily Implements the logic for Daily scheduling.
Monthly Implements the logic for Monthly scheduling.
Period Implements the logic for Period scheduling.
ScheduleBean Must be extend by the classes added at scheduler.
Scheduler The container of classes in scheduling.
SchedulerStarter Start the scheduler.
ScheduleThread For every class in scheduling an instance of this class is created.
ScheduleTypes Must be extend by the classes implement a particular type of scheduling.
StartSchedulerServlet Start the scheduler.
Startup Implements the logic for Strartup scheduling.
Weekly Implements the logic for Weekly scheduling.
 

Package com.jfw.scheduler Description

Manage the scheduler.