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.getCurrent()
          Returns the currently executing job (the job performing the call).
 Job Scheduler.newJob()
          Returns a new job created by the scheduler.
 

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

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



Copyright © 2008 OW2 Consortium. All Rights Reserved.