Uses of Class
net.spy.cron.Job

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

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
 java.util.Collection<Job> JobQueue.getReadyJobs()
          Get an Iterator of Jobs that are ready to run.
 

Uses of Job in net.spy.net
 

Subclasses of Job in net.spy.net
 class URLItem
          A particular URL that's being watched.
 



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