|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.impl.ServiceSupport
org.apache.camel.bam.processor.ActivityMonitorEngine
public class ActivityMonitorEngine
A timer engine to monitor for expired activities and perform whatever actions are required.
| Constructor Summary | |
|---|---|
ActivityMonitorEngine(org.springframework.orm.jpa.JpaTemplate template,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
ProcessRules rules)
|
|
| Method Summary | |
|---|---|
protected void |
doStart()
|
protected void |
doStop()
|
protected void |
fireExpiredEvent(ActivityState activityState)
|
boolean |
isUseLocking()
|
void |
run()
|
void |
setUseLocking(boolean useLocking)
|
| Methods inherited from class org.apache.camel.impl.ServiceSupport |
|---|
addChildService, doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, removeChildService, resume, shutdown, start, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivityMonitorEngine(org.springframework.orm.jpa.JpaTemplate template,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
ProcessRules rules)
| Method Detail |
|---|
public boolean isUseLocking()
public void setUseLocking(boolean useLocking)
public void run()
run in interface Runnableprotected void fireExpiredEvent(ActivityState activityState)
protected void doStart()
throws Exception
doStart in class org.apache.camel.impl.ServiceSupportException
protected void doStop()
throws Exception
doStop in class org.apache.camel.impl.ServiceSupportException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||