| |
|
| java.lang.Object org.jbpm.job.executor.JobExecutor
historyMaxSize | int historyMaxSize(Code) | | |
idleInterval | int idleInterval(Code) | | |
isStarted | boolean isStarted(Code) | | |
lockBufferTime | int lockBufferTime(Code) | | |
lockMonitorInterval | int lockMonitorInterval(Code) | | |
maxIdleInterval | int maxIdleInterval(Code) | | |
maxLockTime | int maxLockTime(Code) | | |
nbrOfThreads | int nbrOfThreads(Code) | | |
addMonitoredJobId | public void addMonitoredJobId(String threadName, long jobId)(Code) | | |
getHistoryMaxSize | public int getHistoryMaxSize()(Code) | | |
getIdleInterval | public int getIdleInterval()(Code) | | |
getLockBufferTime | public int getLockBufferTime()(Code) | | |
getLockMonitorInterval | public int getLockMonitorInterval()(Code) | | |
getMaxIdleInterval | public int getMaxIdleInterval()(Code) | | |
getMaxLockTime | public int getMaxLockTime()(Code) | | |
getMonitoredJobIds | public Set getMonitoredJobIds()(Code) | | |
getNbrOfThreads | public int getNbrOfThreads()(Code) | | |
getSize | public int getSize()(Code) | | |
isStarted | public boolean isStarted()(Code) | | |
removeMonitoredJobId | public void removeMonitoredJobId(String threadName)(Code) | | |
start | public synchronized void start()(Code) | | |
startThread | protected synchronized void startThread()(Code) | | |
stop | public synchronized List stop()(Code) | | signals to all threads in this job executor to stop. It may be that
threads are in the middle of something and they will finish that firts.
Use
JobExecutor.stopAndJoin() in case you want a method that blocks until
all the threads are actually finished.
a list of all the stopped threads. In case no threads were stoppedan empty list will be returned. |
|
|
|