Uses of Class
orc.orchard.Job

Packages that use Job
orc.orchard Orchard is the service-oriented implementation of Orc. 
 

Uses of Job in orc.orchard
 

Methods in orc.orchard that return Job
 Job Account.getJob(java.lang.String id)
           
 

Methods in orc.orchard that return types with arguments of type Job
 java.util.List<Job> Account.jobs()
           
 

Methods in orc.orchard with parameters of type Job
 void Account.addJob(java.lang.String id, Job job)
           
 void Job.FinishListener.finished(Job job)