public interface Northbounder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
void |
onAlarm(NorthboundAlarm alarm)
On alarm.
|
void |
reloadConfig()
Reloads configuration.
|
void |
start()
Start.
|
void |
stop()
Stop.
|
void start() throws NorthbounderException
NorthbounderException
- the northbounder exceptionvoid onAlarm(NorthboundAlarm alarm) throws NorthbounderException
alarm
- the alarmNorthbounderException
- the northbounder exceptionvoid stop() throws NorthbounderException
NorthbounderException
- the northbounder exceptionString getName()
void reloadConfig() throws NorthbounderException
NorthbounderException
Copyright © 2017. All rights reserved.