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.


Field Summary
static int CREATION
           
static int EXECUTION
           
static int MESSAGE
           
static int TIMEOUT
           
 
Method Summary
 java.lang.String getComments()
           
 java.util.Date getEventDate()
           
 int getEventType()
           
 void setComments(java.lang.String comments)
           
 void setEventDate(java.util.Date date)
           
 void setEventType(int event)
           
 

Field Detail

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
Method Detail

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.