|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JobExecutor | |
|---|---|
| org.jbpm | central access to the jbpm database and other services. |
| org.jbpm.db | provides access the to jBPM database. |
| org.jbpm.job.executor | job executor component. |
| Uses of JobExecutor in org.jbpm |
|---|
| Methods in org.jbpm that return JobExecutor | |
|---|---|
JobExecutor |
JbpmConfiguration.getJobExecutor()
|
| Uses of JobExecutor in org.jbpm.db |
|---|
| Fields in org.jbpm.db declared as JobExecutor | |
|---|---|
protected JobExecutor |
AbstractDbTestCase.jobExecutor
|
| Uses of JobExecutor in org.jbpm.job.executor |
|---|
| Constructors in org.jbpm.job.executor with parameters of type JobExecutor | |
|---|---|
JobExecutorThread(String name,
JobExecutor jobExecutor)
|
|
JobExecutorThread(String name,
JobExecutor jobExecutor,
JbpmConfiguration jbpmConfiguration,
int idleInterval,
int maxIdleInterval,
long maxLockTime,
int maxHistory)
Deprecated. use JobExecutorThread.JobExecutorThread(String, JobExecutor) instead |
|
LockMonitorThread(JobExecutor jobExecutor)
|
|
LockMonitorThread(String name,
JobExecutor jobExecutor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||