Public Member Functions | |
| void | onMessage (String source, String sourceHostname, Timestamp sourceTimestamp, boolean backup, Collection states) |
ASIMessage listener interface.
| void cern.laser.source.alarmsysteminterface.listener.ASIListener.onMessage | ( | String | source, | |
| String | sourceHostname, | |||
| Timestamp | sourceTimestamp, | |||
| boolean | backup, | |||
| Collection | states | |||
| ) |
Callback method. Called on ASIMessage reception.
| source | the alarm source pushing the fault states. | |
| sourceHostname | the alarm source host name. | |
| sourceTimestamp | the alarm source timestamp. | |
| backup | true iff the message is a backup. | |
| states | the actual fault states collection. |
Referenced by cern.laser.source.alarmsysteminterface.impl.ASISubscriptionListener.onMessage().
1.7.0