org.jbpm.sim.action
Class EmptyAction

java.lang.Object
  extended by org.jbpm.sim.action.EmptyAction
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler

public class EmptyAction
extends java.lang.Object
implements org.jbpm.graph.def.ActionHandler

do nothing here, this action is used for stuff, which is skipped in simulation

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

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

Constructor Detail

EmptyAction

public EmptyAction()
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
Throws:
java.lang.Exception


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