org.apache.camel.bam.rules
Class ProcessRules
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.bam.rules.ProcessRules
- All Implemented Interfaces:
- Service, ShutdownableService
public class ProcessRules
- extends ServiceSupport
- Version:
- $Revision: 303 $
| 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 |
ProcessRules
public ProcessRules()
processExpired
public void processExpired(ActivityState activityState)
throws Exception
- Throws:
Exception
processExchange
public void processExchange(Exchange exchange,
ProcessInstance process)
getActivities
public List<ActivityRules> getActivities()
getProcessDefinition
public ProcessDefinition getProcessDefinition()
setProcessDefinition
public void setProcessDefinition(ProcessDefinition processDefinition)
doStart
protected void doStart()
throws Exception
- Specified by:
doStart in class ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop in class ServiceSupport
- Throws:
Exception
Apache CAMEL