站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

CancelTimerAction (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.scheduler.def
Class CancelTimerAction

java.lang.Object
  extended byorg.jbpm.graph.def.Action
      extended byorg.jbpm.scheduler.def.CancelTimerAction
All Implemented Interfaces:
Parsable, java.io.Serializable

public class CancelTimerAction
extends Action

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.graph.def.Action
actionDelegation, event, isPropagationAllowed, name, processDefinition, referencedAction
 
Constructor Summary
CancelTimerAction()
           
 
Method Summary
 void execute(ExecutionContext executionContext)
           
 java.lang.String getTimerName()
           
 void read(org.dom4j.Element actionElement, JpdlXmlReader jpdlReader)
           
 void setTimerName(java.lang.String timerName)
           
 
Methods inherited from class org.jbpm.graph.def.Action
acceptsPropagatedEvents, getActionDelegation, getEvent, getId, getName, getProcessDefinition, getReferencedAction, isPropagationAllowed, setActionDelegation, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CancelTimerAction

public CancelTimerAction()
Method Detail

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 java.lang.Exception
Overrides:
execute in class Action
Throws:
java.lang.Exception

getTimerName

public java.lang.String getTimerName()

setTimerName

public void setTimerName(java.lang.String timerName)


Version : jbpm-3.0.4