Uses of Interface
org.jbpm.pvm.job.Job

Packages that use Job
org.jbpm.pvm the primary facade interfaces to the process repository, the execution repository and the management functionalities
org.jbpm.pvm.job timers and asynchronous messages 
org.jbpm.pvm.session interfaces to pluggable transactional resources to be used by activity implementations. 
 

Uses of Job in org.jbpm.pvm
 

Methods in org.jbpm.pvm that return types with arguments of type Job
 List<Job> ManagementService.getJobsWithException(int firstResult, int maxResults)
          all jobs for which all the retry attempts have failed and which are parked, waiting for operator intervention
 

Uses of Job in org.jbpm.pvm.job
 

Subinterfaces of Job in org.jbpm.pvm.job
 interface Message
          an asynchronous message.
 interface Timer
          a timer.
 

Uses of Job in org.jbpm.pvm.session
 

Methods in org.jbpm.pvm.session that return types with arguments of type Job
 List<Job> PvmDbSession.findJobsWithException(int firstResult, int maxResults)
          the jobs for which all the retries have failed and which will not be picked up any more by the jobImpl executor
 



Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.