Uses of Interface
org.objectweb.jonathan.apis.resources.Job

Packages that use Job
org.objectweb.jonathan.apis.resources Provides a set of classes and interfaces dealing with resource management. 
org.objectweb.jonathan.libs.resources Provides implementations for various resources and managers. 
 

Uses of Job in org.objectweb.jonathan.apis.resources
 

Methods in org.objectweb.jonathan.apis.resources that return Job
 Job Scheduler.newJob()
          Returns a new job created by the scheduler.
 Job Scheduler.getCurrent()
          Returns the currently executing job (the job performing the call).
 

Uses of Job in org.objectweb.jonathan.libs.resources
 

Methods in org.objectweb.jonathan.libs.resources that return Job
 Job JScheduler.newJob()
          Returns a new job created by the scheduler.
 Job JScheduler.getCurrent()
          Returns the currently executing job (the job performing the call).