public interface ThresholdConditionGuard
| Modifier and Type | Method and Description |
|---|---|
ThresholdStatus |
getNewStatusOnUpdate(java.lang.String previousValue,
java.lang.String newValue,
ThresholdStatus currentStatus,
Threshold threshold)
Generate new status on threshold value change
|
ThresholdStatus getNewStatusOnUpdate(java.lang.String previousValue, java.lang.String newValue, ThresholdStatus currentStatus, Threshold threshold)
previousValue - value before change.newValue - value after change.currentStatus - current status.threshold - the threshold object.Copyright © 2010-2020 anotheria.net. All Rights Reserved.