org.jbpm.pvm.internal.history.events
Class ActivityStart

java.lang.Object
  extended by org.jbpm.pvm.internal.history.HistoryEvent
      extended by org.jbpm.pvm.internal.history.events.ActivityStart
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AutomaticEnd

public class ActivityStart
extends HistoryEvent

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.history.HistoryEvent
execution
 
Constructor Summary
ActivityStart()
           
 
Method Summary
protected  HistoryActivityInstanceImpl createHistoryActivityInstance(HistoryProcessInstance historyProcessInstanceImpl)
           
 void process()
           
 
Methods inherited from class org.jbpm.pvm.internal.history.HistoryEvent
fire, fire, getExecution, setExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityStart

public ActivityStart()
Method Detail

process

public void process()
Specified by:
process in class HistoryEvent

createHistoryActivityInstance

protected HistoryActivityInstanceImpl createHistoryActivityInstance(HistoryProcessInstance historyProcessInstanceImpl)


Copyright © 2010 JBoss Community. All Rights Reserved.