|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.job.executor.JobExecutor
org.alfresco.repo.workflow.jbpm.AlfrescoJobExecutor
public class AlfrescoJobExecutor
jBPM Job Executor
Field Summary |
---|
Fields inherited from class org.jbpm.job.executor.JobExecutor |
---|
historyMaxSize, hostName, idleInterval, isStarted, lockBufferTime, lockMonitorInterval, lockMonitorThread, maxIdleInterval, maxLockTime, monitoredJobIds, name, nbrOfThreads, threads |
Constructor Summary | |
---|---|
AlfrescoJobExecutor()
Constructor |
Method Summary | |
---|---|
boolean |
getJobExecutorLockEnabled()
Is Alfresco Job Executor Lock Enabled |
JobLockService |
getJobLockService()
Gets Job Lock Service |
TransactionService |
getTransactionService()
Gets Transaction Service |
void |
setJobExecutorLockEnabled(boolean jobExecutorLockEnabled)
|
protected void |
startThread()
|
Methods inherited from class org.jbpm.job.executor.JobExecutor |
---|
addMonitoredJobId, createThread, getHistoryMaxSize, getIdleInterval, getJbpmConfiguration, getLastThreadName, getLockBufferTime, getLockMonitorInterval, getMaxIdleInterval, getMaxLockTime, getMonitoredJobIds, getName, getNbrOfThreads, getNextThreadName, getSize, getThreads, isStarted, removeMonitoredJobId, setHistoryMaxSize, setIdleInterval, setJbpmConfiguration, setLockBufferTime, setLockMonitorInterval, setMaxIdleInterval, setMaxLockTime, setMonitoredJobIds, setName, setNbrOfThreads, setSize, setStarted, setThreads, start, stop, stopAndJoin, stopThread |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlfrescoJobExecutor()
Method Detail |
---|
public void setJobExecutorLockEnabled(boolean jobExecutorLockEnabled)
public boolean getJobExecutorLockEnabled()
public TransactionService getTransactionService()
public JobLockService getJobLockService()
protected void startThread()
startThread
in class org.jbpm.job.executor.JobExecutor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |