|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.jobexecutor.JobExecutorThreadPool
public class JobExecutorThreadPool
| 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 |
|---|
public JobExecutorThreadPool(JobExecutor jobExecutor)
| Method Detail |
|---|
public JobExecutorThread startThread()
public JobExecutorThread stopThread()
public void start()
public void deactivate()
public void deactivate(boolean join)
protected java.lang.String getNextThreadName()
public java.util.List<JobExecutorThread> getJobExecutorThreads()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||