org.jbpm.jpdl.internal.activity
Class JpdlAutomaticActivity

java.lang.Object
  extended by org.jbpm.jpdl.internal.activity.JpdlActivity
      extended by org.jbpm.jpdl.internal.activity.JpdlAutomaticActivity
All Implemented Interfaces:
java.io.Serializable, ActivityBehaviour, EventListener
Direct Known Subclasses:
AssignActivity, HqlActivity, JavaActivity, JmsActivity, MailActivity, ScriptActivity

public abstract class JpdlAutomaticActivity
extends JpdlActivity
implements EventListener

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.jpdl.internal.activity.JpdlActivity
dbid
 
Constructor Summary
JpdlAutomaticActivity()
           
 
Method Summary
 void execute(ActivityExecution execution)
           
 void notify(EventListenerExecution execution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpdlAutomaticActivity

public JpdlAutomaticActivity()
Method Detail

execute

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

notify

public void notify(EventListenerExecution execution)
            throws java.lang.Exception
Specified by:
notify in interface EventListener
Throws:
java.lang.Exception


Copyright © 2010 JBoss Community. All Rights Reserved.