Package org.onosproject.alarm
Interface AlarmProviderService
-
- All Superinterfaces:
ProviderService<AlarmProvider>
public interface AlarmProviderService extends ProviderService<AlarmProvider>
The interface Alarm provider service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateAlarmList(DeviceId deviceId, Collection<Alarm> alarms)
Sends active alarm list for a device.-
Methods inherited from interface org.onosproject.net.provider.ProviderService
provider
-
-
-
-
Method Detail
-
updateAlarmList
void updateAlarmList(DeviceId deviceId, Collection<Alarm> alarms)
Sends active alarm list for a device.- Parameters:
deviceId
- identity of the devicealarms
- list of device alarms
-
-