org.ow2.bonita.definition
Class Deadline.ExecuteHookActivity

java.lang.Object
  extended by org.ow2.bonita.definition.Deadline.ExecuteHookActivity
All Implemented Interfaces:
java.io.Serializable, org.jbpm.pvm.Activity
Enclosing class:
Deadline

public static class Deadline.ExecuteHookActivity
extends java.lang.Object
implements org.jbpm.pvm.Activity

See Also:
Serialized Form

Field Summary
protected  java.lang.String className
           
 
Constructor Summary
protected Deadline.ExecuteHookActivity()
           
  Deadline.ExecuteHookActivity(java.lang.String className)
           
 
Method Summary
 void execute(org.jbpm.pvm.Execution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

protected java.lang.String className
Constructor Detail

Deadline.ExecuteHookActivity

protected Deadline.ExecuteHookActivity()

Deadline.ExecuteHookActivity

public Deadline.ExecuteHookActivity(java.lang.String className)
Method Detail

execute

public void execute(org.jbpm.pvm.Execution execution)
             throws java.lang.Exception
Specified by:
execute in interface org.jbpm.pvm.Activity
Throws:
java.lang.Exception