Uses of Class
net.spy.cron.Job

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

Uses of Job in net.spy.cron
 

Classes in net.spy.cron with type parameters of type Job
 class JobQueue<T extends Job>
          This is where all the jobs go.
 

Subclasses of Job in net.spy.cron
 class MainJob
          A job that invokes a class's main() method at run time.
 

Methods in net.spy.cron that return types with arguments of type Job
 Collection<Job> JobQueue.getReadyJobs()
          Get an Iterator of Jobs that are ready to run.
 



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