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   
 

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. As of jBPM 3.2.6, replaced by JobExecutorThread.JobExecutorThread(String, JobExecutor)
LockMonitorThread(JobExecutor jobExecutor)
           
 



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