Uses of Class
orc.orchard.errors.InvalidJobStateException

Packages that use InvalidJobStateException
orc.orchard Orchard is the service-oriented implementation of Orc. 
orc.orchard.api   
orc.orchard.soap JAX-WS bindings for Orchard services. 
 

Uses of InvalidJobStateException in orc.orchard
 

Methods in orc.orchard that throw InvalidJobStateException
 void AbstractExecutorService.finishJob(java.lang.String devKey, java.lang.String job)
           
 void Job.start()
           
 void AbstractExecutorService.startJob(java.lang.String devKey, java.lang.String job)
           
 

Uses of InvalidJobStateException in orc.orchard.api
 

Methods in orc.orchard.api that throw InvalidJobStateException
 void ExecutorServiceInterface.finishJob(java.lang.String devKey, java.lang.String job)
          Indicate that the client is done with the job.
 void ExecutorServiceInterface.startJob(java.lang.String devKey, java.lang.String job)
          Begin executing the job.
 

Uses of InvalidJobStateException in orc.orchard.soap
 

Methods in orc.orchard.soap that throw InvalidJobStateException
 void ExecutorService.finishJob(java.lang.String devKey, java.lang.String job)
          Do-nothing override.
 void ExecutorService.startJob(java.lang.String devKey, java.lang.String job)
          Do-nothing override.