org.jbpm.integration.spec.runtime
Class NodeExecuteInterceptor

java.lang.Object
  extended by org.jbpm.integration.spec.runtime.NodeExecuteInterceptor
All Implemented Interfaces:
NodeInterceptor

public class NodeExecuteInterceptor
extends java.lang.Object
implements NodeInterceptor

An interceptor that invokes the Node.execute

Since:
07-Oct-2008
Author:
thomas.diesler@jboss.com

Constructor Summary
NodeExecuteInterceptor()
           
 
Method Summary
 void execute(RuntimeContext rtContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeExecuteInterceptor

public NodeExecuteInterceptor()
Method Detail

execute

public void execute(RuntimeContext rtContext)
Specified by:
execute in interface NodeInterceptor


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