jpl.mipl.pgs.jbpm.action
Class ActionUponTransition

java.lang.Object
  extended by jpl.mipl.pgs.jbpm.action.ActionUponTransition
All Implemented Interfaces:
Serializable, org.jbpm.graph.def.ActionHandler

Deprecated. This class is intended to be used for debugging only.

public class ActionUponTransition
extends Object
implements org.jbpm.graph.def.ActionHandler

To define an exection to be taken when transitioning from one node to another.

Author:
rrp
See Also:
Serialized Form

Constructor Summary
ActionUponTransition()
          Deprecated.  
 
Method Summary
 void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionUponTransition

public ActionUponTransition()
Deprecated. 
Method Detail

execute

public void execute(org.jbpm.graph.exe.ExecutionContext executionContext)
             throws Exception
Deprecated. 
Specified by:
execute in interface org.jbpm.graph.def.ActionHandler
Throws:
Exception