Uses of Class
net.spy.cron.JobQueue

Packages that use JobQueue
net.spy.cron Cron type functionality in Java 
 

Uses of JobQueue in net.spy.cron
 

Subclasses of JobQueue in net.spy.cron
 class FileJobQueue
          Get a job queue as defined in a file.
 

Methods in net.spy.cron that return JobQueue
 JobQueue Cron.getJobQueue()
          Get the current job queue.
 

Constructors in net.spy.cron with parameters of type JobQueue
Cron(JobQueue jq)
          Get a new Cron instance operating on the given queue.
Cron(java.lang.String name, JobQueue jq)
          Get a new Cron instance with a name, JobQueue and the default thread pool.
Cron(java.lang.String name, JobQueue jq, ThreadPool tp)
          Get a new Cron object operating on the given queue.
 



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