org.echarts
Class TransitionTimeoutMessage

java.lang.Object
  extended by org.echarts.TransitionTimeoutMessage
All Implemented Interfaces:
java.io.Serializable, Message

public class TransitionTimeoutMessage
extends java.lang.Object
implements Message

Message created by TransitionTimer thread and input to TransitionTimerPort when timeout for an TimedTransition occurs.

See Also:
Serialized Form

Field Summary
static java.lang.String ACTIVATION_TIME
           
static java.lang.String DURATION
           
static java.lang.String EXPIRY_TIME
           
 
Fields inherited from interface org.echarts.monitor.Message
serialVersionUID
 
Method Summary
 java.util.Properties getMonitorProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DURATION

public static final java.lang.String DURATION
See Also:
Constant Field Values

EXPIRY_TIME

public static final java.lang.String EXPIRY_TIME
See Also:
Constant Field Values

ACTIVATION_TIME

public static final java.lang.String ACTIVATION_TIME
See Also:
Constant Field Values
Method Detail

getMonitorProperties

public java.util.Properties getMonitorProperties()
Specified by:
getMonitorProperties in interface Message