org.apache.camel.bam.rules
Class ProcessRules
java.lang.Object
org.apache.camel.impl.ServiceSupport
org.apache.camel.bam.rules.ProcessRules
- All Implemented Interfaces:
- org.apache.camel.Service
public class ProcessRules
- extends org.apache.camel.impl.ServiceSupport
- Version:
- $Revision: $
Methods inherited from class org.apache.camel.impl.ServiceSupport |
addChildService, getThreadName, isStarted, isStopped, isStopping, nextThreadCounter, removeChildService, start, stop |
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(org.apache.camel.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 org.apache.camel.impl.ServiceSupport
- Throws:
Exception
doStop
protected void doStop()
throws Exception
- Specified by:
doStop
in class org.apache.camel.impl.ServiceSupport
- Throws:
Exception
Copyright © 2007 Apache Software Foundation. All Rights Reserved.