org.jboss.portal.workflow.test
Class Finalize

java.lang.Object
  extended by org.jboss.portal.workflow.test.Finalize
All Implemented Interfaces:
java.io.Serializable, org.jbpm.graph.def.ActionHandler

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

Author:
sohil.shah@jboss.com
See Also:
Serialized Form

Field Summary
static boolean isExecuted
           
 
Constructor Summary
Finalize()
           
 
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
 

Field Detail

isExecuted

public static boolean isExecuted
Constructor Detail

Finalize

public Finalize()
Method Detail

execute

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