org.jbpm.pvm.internal.wire.usercode
Class UserCodeActivityBehaviour
java.lang.Object
org.jbpm.pvm.internal.wire.usercode.UserCodeActivityBehaviour
- All Implemented Interfaces:
- java.io.Serializable, ActivityBehaviour, ExternalActivityBehaviour
public class UserCodeActivityBehaviour
- extends java.lang.Object
- implements ExternalActivityBehaviour
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
customActivityReference
protected UserCodeReference customActivityReference
UserCodeActivityBehaviour
public UserCodeActivityBehaviour()
execute
public void execute(ActivityExecution execution)
throws java.lang.Exception
- Specified by:
execute in interface ActivityBehaviour
- Throws:
java.lang.Exception
signal
public void signal(ActivityExecution execution,
java.lang.String signalName,
java.util.Map<java.lang.String,?> parameters)
throws java.lang.Exception
- Specified by:
signal in interface ExternalActivityBehaviour
- Throws:
java.lang.Exception
setCustomActivityReference
public void setCustomActivityReference(UserCodeReference customActivityReference)
Copyright © 2010 JBoss Community. All Rights Reserved.