public interface AlarmTranslator
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Alarm> |
translateToAlarm(org.onosproject.net.DeviceId deviceId,
java.io.InputStream message)
Translates message from device into an alarm with appropriate
information.
|
java.util.Collection<Alarm> translateToAlarm(org.onosproject.net.DeviceId deviceId, java.io.InputStream message)
deviceId - devicemessage - message from device to translate to alarm