org.jbpm.sim.action
Class StartWorkOnStateAndPlanCompletion

java.lang.Object
  extended by org.jbpm.graph.def.Action
      extended by org.jbpm.sim.action.StartWorkOnStateAndPlanCompletion
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler, org.jbpm.jpdl.xml.Parsable

public class StartWorkOnStateAndPlanCompletion
extends org.jbpm.graph.def.Action

The StartTaskAndPlanCompletion Action is added by the simulation to all Nodes as node-enter event It applies only on states and starts the simulation stuff for them (acquiring resources, maybe queue up, schedule end of state, ...)

Author:
bernd.ruecker@camunda.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.graph.def.Action
actionDelegation, actionExpression, event, isAsync, isAsyncExclusive, isPropagationAllowed, name, processDefinition, referencedAction
 
Constructor Summary
StartWorkOnStateAndPlanCompletion()
           
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
           
 
Methods inherited from class org.jbpm.graph.def.Action
acceptsPropagatedEvents, equals, getActionDelegation, getActionExpression, getEvent, getId, getName, getProcessDefinition, getReferencedAction, isAsync, isAsyncExclusive, isPropagationAllowed, read, setActionDelegation, setActionExpression, setAsync, setEvent, setName, setProcessDefinition, setPropagationAllowed, setReferencedAction, toString, write
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StartWorkOnStateAndPlanCompletion

public StartWorkOnStateAndPlanCompletion()
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
             throws java.lang.Exception
Specified by:
execute in interface org.jbpm.graph.def.ActionHandler
Overrides:
execute in class org.jbpm.graph.def.Action
Throws:
java.lang.Exception


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.