org.jbpm.scheduler.def
Class CancelTimerAction
java.lang.Object
org.jbpm.graph.def.Action
org.jbpm.scheduler.def.CancelTimerAction
- All Implemented Interfaces:
- Serializable, ActionHandler, Parsable
public class CancelTimerAction
- extends Action
- See Also:
- Serialized Form
| Methods inherited from class org.jbpm.graph.def.Action |
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getName, getProcessDefinition, getReferencedAction, hashCode, isAsync, isAsyncExclusive, isPropagationAllowed, setActionDelegation, setActionExpression, setAsync, setAsyncExclusive, setEvent, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, write |
CancelTimerAction
public CancelTimerAction()
read
public void read(org.dom4j.Element actionElement,
JpdlXmlReader jpdlReader)
- Specified by:
read in interface Parsable- Overrides:
read in class Action
execute
public void execute(ExecutionContext executionContext)
throws Exception
- Specified by:
execute in interface ActionHandler- Overrides:
execute in class Action
- Throws:
Exception
toString
public String toString()
- Overrides:
toString in class Action
getTimerName
public String getTimerName()
setTimerName
public void setTimerName(String timerName)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.