public class HistoryMonitorImpl extends CommonMonitorImpl
dispatchAction, isDestroyed, isSuspended, monitorTimerTask, property, queuedKeyTime, startTime, timeTrigger, userControlledStartTime| Constructor and Description |
|---|
HistoryMonitorImpl(CommonPropertyImpl property)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BACIPriority |
getPriority()
Return priority of the task.
|
protected void |
retrieveValueAndDispatch(long keyTime,
boolean done)
Retrieve property value via cached
mnemonicValue
and add response to the history buffer. |
alignStartTime, destroy, dispatchFailed, get_timer_trigger, initialize, resume, run, schedule, set_timer_trigger, setTimeTrigger, start_time, suspend, timeoutpublic HistoryMonitorImpl(CommonPropertyImpl property)
property - property to be monitored, non-null.public BACIPriority getPriority()
PrioritizedRunnablegetPriority in interface PrioritizedRunnablegetPriority in class CommonMonitorImplPrioritizedRunnable.getPriority()protected void retrieveValueAndDispatch(long keyTime,
boolean done)
mnemonicValue
and add response to the history buffer.retrieveValueAndDispatch in class CommonMonitorImplalma.ACS.CommonMonitor#retrieveValueAndDispatch(long, boolean)