org.smartcomps.twister.engine.priv.core.dynamic
Interface ExecutionEvent
- All Known Implementing Classes:
- ExecutionEventImpl
- public interface ExecutionEvent
An ExecutionEvent is created any time something of some importance
happen to an ExecutionContext. Execution events can be used as an
history of the execution of a process or one of its activities.
CREATION
public static final int CREATION
- See Also:
- Constant Field Values
EXECUTION
public static final int EXECUTION
- See Also:
- Constant Field Values
MESSAGE
public static final int MESSAGE
- See Also:
- Constant Field Values
TIMEOUT
public static final int TIMEOUT
- See Also:
- Constant Field Values
getEventType
public int getEventType()
setEventType
public void setEventType(int event)
getEventDate
public java.util.Date getEventDate()
setEventDate
public void setEventDate(java.util.Date date)
getComments
public java.lang.String getComments()
setComments
public void setComments(java.lang.String comments)
Copyright © 2003 SmartComps. All Rights Reserved.