|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Job | |
|---|---|
| org.jbpm.command | commands that can be used as an alternative to the try-finally blocks in the user code. |
| org.jbpm.db | provides access the to jBPM database. |
| org.jbpm.job | JNDI helper for JCR compatibility. |
| org.jbpm.job.executor | job executor component. |
| org.jbpm.msg | abstract interface for asynchronous messaging technologies like e.g. |
| org.jbpm.msg.db | DB/Jobexecutor implementation of the MessageService. |
| 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 monitoredJobs)
|
Job |
JobSession.getJob(long jobId)
|
Job |
JobSession.loadJob(long jobId)
|
| Methods in org.jbpm.db with parameters of type Job | |
|---|---|
void |
JobSession.deleteJob(Job job)
|
void |
JobSession.reattachJob(Job job)
Reattach job originally loaded in a previous session. |
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 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 | |||||||||