|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job | |
|---|---|
| org.jbpm.command | |
| org.jbpm.db | provides access the to jBPM database. |
| org.jbpm.job | |
| org.jbpm.job.executor | |
| org.jbpm.msg | abstract interface for asynchronous messaging technologies like e.g. |
| org.jbpm.msg.db | |
| Uses of Job in org.jbpm.command |
|---|
| Methods in org.jbpm.command with parameters of type Job | |
|---|---|
protected void |
ExecuteJobsCommand.executeJob(Job job)
|
| Uses of Job in org.jbpm.db |
|---|
| Methods in org.jbpm.db that return Job | |
|---|---|
Job |
JobSession.getFirstAcquirableJob(java.lang.String lockOwner)
|
Job |
JobSession.getFirstDueJob(java.lang.String lockOwner,
java.util.Collection<java.lang.Long> monitoredJobs)
|
Job |
JobSession.getJob(long jobId)
|
Job |
JobSession.loadJob(long jobId)
|
| Methods in org.jbpm.db that return types with arguments of type Job | |
|---|---|
java.util.List<Job> |
JobSession.findExclusiveJobs(java.lang.String lockOwner,
ProcessInstance processInstance)
|
java.util.List<Job> |
JobSession.findFailedJobs()
get all failed jobs. |
java.util.List<Job> |
JobSession.findJobsByToken(Token token)
|
java.util.List<Job> |
JobSession.findJobsWithOverdueLockTime(java.util.Date threshold)
|
java.util.List<Job> |
JobSession.loadJobs(long... jobIds)
|
| Methods in org.jbpm.db with parameters of type Job | |
|---|---|
void |
JobSession.deleteJob(Job job)
|
void |
JobSession.saveJob(Job job)
|
| Uses of Job in org.jbpm.job |
|---|
| Subclasses of Job in org.jbpm.job | |
|---|---|
class |
CleanUpProcessJob
|
class |
ExecuteActionJob
|
class |
ExecuteNodeJob
|
class |
Timer
|
| Uses of Job in org.jbpm.job.executor |
|---|
| Methods in org.jbpm.job.executor that return types with arguments of type Job | |
|---|---|
protected java.util.Collection<Job> |
JobExecutorThread.acquireJobs()
|
| Methods in org.jbpm.job.executor with parameters of type Job | |
|---|---|
protected void |
JobExecutorThread.executeJob(Job job)
|
| Uses of Job in org.jbpm.msg |
|---|
| Methods in org.jbpm.msg with parameters of type Job | |
|---|---|
void |
MessageService.send(Job job)
|
| Uses of Job in org.jbpm.msg.db |
|---|
| Methods in org.jbpm.msg.db with parameters of type Job | |
|---|---|
void |
DbMessageService.send(Job job)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||