Package net.spy.cron

Cron type functionality in Java

See:
          Description

Class Summary
Cron Watches a JobQueue and invokes the Jobs when they're ready.
FileJobQueue Get a job queue as defined in a file.
Job All Jobs should implement this interface.
JobQueue<T extends Job> This is where all the jobs go.
MainJob A job that invokes a class's main() method at run time.
SimpleTimeIncrement A simple time increment implemenation.
TimeIncrement This object defines how a recurring job should increment itself.
 

Package net.spy.cron Description

Cron type functionality in Java



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.