public interface IetfHardwareListener extends NotificationListener
notification hardware-state-oper-enabled { if-feature hardware-state; leaf name { type leafref { path /hardware/component/name; } } leaf admin-state { type leafref { path /hardware/component/state/admin-state; } } leaf alarm-state { type leafref { path /hardware/component/state/alarm-state; } } } notification hardware-state-change { } notification hardware-state-oper-disabled { if-feature hardware-state; leaf name { type leafref { path /hardware/component/name; } } leaf admin-state { type leafref { path /hardware/component/state/admin-state; } } leaf alarm-state { type leafref { path /hardware/component/state/alarm-state; } } }
Modifier and Type | Method and Description |
---|---|
void |
onHardwareStateChange(HardwareStateChange notification)
A hardware-state-change notification is generated when thevalue of
/hardware/last-change changes in the operationalstate.
|
void |
onHardwareStateOperDisabled(HardwareStateOperDisabled notification)
A hardware-state-oper-disabled notification signifies that acomponent has
transitioned into the 'disabled' state.
|
void |
onHardwareStateOperEnabled(HardwareStateOperEnabled notification)
A hardware-state-oper-enabled notification signifies that acomponent has
transitioned into the 'enabled' state.
|
void onHardwareStateOperEnabled(HardwareStateOperEnabled notification)
void onHardwareStateChange(HardwareStateChange notification)
void onHardwareStateOperDisabled(HardwareStateOperDisabled notification)
Copyright © 2019 OpenDaylight. All rights reserved.