org.jbpm.jobexecutor
Class JobExecutorThreadPool

java.lang.Object
  extended by org.jbpm.jobexecutor.JobExecutorThreadPool

public class JobExecutorThreadPool
extends java.lang.Object

Author:
Tom Baeyens

Constructor Summary
JobExecutorThreadPool(JobExecutor jobExecutor)
           
 
Method Summary
 void deactivate()
           
 void deactivate(boolean join)
           
 java.util.List<JobExecutorThread> getJobExecutorThreads()
           
protected  java.lang.String getNextThreadName()
           
 void start()
           
 JobExecutorThread startThread()
           
 JobExecutorThread stopThread()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExecutorThreadPool

public JobExecutorThreadPool(JobExecutor jobExecutor)
Method Detail

startThread

public JobExecutorThread startThread()

stopThread

public JobExecutorThread stopThread()

start

public void start()

deactivate

public void deactivate()

deactivate

public void deactivate(boolean join)

getNextThreadName

protected java.lang.String getNextThreadName()

getJobExecutorThreads

public java.util.List<JobExecutorThread> getJobExecutorThreads()