org.jbpm.jpdl.internal.activity
Class PassthroughActivity

java.lang.Object
  extended by org.jbpm.jpdl.internal.activity.PassthroughActivity
All Implemented Interfaces:
java.io.Serializable, ActivityBehaviour

public class PassthroughActivity
extends java.lang.Object
implements ActivityBehaviour

Author:
Tom Baeyens
See Also:
Serialized Form

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

Constructor Detail

PassthroughActivity

public PassthroughActivity()
Method Detail

execute

public void execute(ActivityExecution execution)
             throws java.lang.Exception
Specified by:
execute in interface ActivityBehaviour
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.