|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VExtendedAlarm
Extended alarm information. This supplements the alarm information given with scalar and array pvs, by showing all the possible alarm conditions specific to a device, and which ones are active at the moment.
The data type on the wire will look significantly different. The name and severity of each conditions don't typically change and are considered metadata. The actual alarm state (which ones are on or off) and the error message are what changes at each notification.
Nested Class Summary | |
---|---|
static interface |
VExtendedAlarm.Condition
A single alarm condition that can be on or off. |
Method Summary | |
---|---|
java.util.List<VExtendedAlarm.Condition> |
getConditions()
All the possible alarm conditions for the device, and whether they are on or off. |
java.lang.String |
getMessage()
A human readable error message associated to the error(s). |
Method Detail |
---|
java.util.List<VExtendedAlarm.Condition> getConditions()
java.lang.String getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |