Uses of Class
org.jbpm.job.executor.JobExecutor

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(java.lang.String name, JobExecutor jobExecutor)
           
JobExecutorThread(java.lang.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(java.lang.String name, JobExecutor jobExecutor)
           
 



Copyright © 2010 JBoss Community. All Rights Reserved.