Package org.onosproject.alarm
Interface AlarmProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
triggerProbe(DeviceId deviceId)
Triggers an asynchronous discovery of the alarms on the specified device, intended to refresh internal alarm model for the device.
-
-
-
Method Detail
-
triggerProbe
void triggerProbe(DeviceId deviceId)
Triggers an asynchronous discovery of the alarms on the specified device, intended to refresh internal alarm model for the device. An indirect result of this should be a event sent later with discovery result ie a set of alarms.- Parameters:
deviceId
- ID of device to be probed
-
-