Modifier and Type | Method and Description |
---|---|
void |
AlarmNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Modifier and Type | Method and Description |
---|---|
void |
Northbounder.onAlarm(NorthboundAlarm alarm)
On alarm.
|
void |
Northbounder.reloadConfig()
Reloads configuration.
|
void |
Northbounder.start()
Start.
|
void |
Northbounder.stop()
Stop.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNorthbounder.discard(NorthboundAlarm alarm)
Discard.
|
abstract void |
AbstractNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms)
Forward alarms.
|
void |
AbstractNorthbounder.onAlarm(NorthboundAlarm alarm) |
protected void |
AbstractNorthbounder.preserve(NorthboundAlarm alarm)
Preserve.
|
void |
AbstractNorthbounder.start() |
void |
AbstractNorthbounder.stop() |
Modifier and Type | Method and Description |
---|---|
void |
BSFNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms)
Each implementation of the AbstractNorthbounder has a nice queue (Nagle's algorithmic) and the worker thread that processes the queue
calls this method to send alarms to the northern NMS.
|
void |
BSFNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
void |
BSFNorthbounderManager.reloadConfig()
Reloads the configuration.
|
void |
BSFNorthbounderManager.start()
Start.
|
void |
BSFNorthbounderManager.stop()
Stop.
|
Modifier and Type | Method and Description |
---|---|
void |
DroolsNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms)
Each implementation of the AbstractNorthbounder has a nice queue (Nagle's algorithmic) and the worker thread that processes the queue
calls this method to send alarms to the northern NMS.
|
void |
DroolsNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
void |
DroolsNorthbounderManager.reloadConfig()
Reloads the configuration.
|
void |
DroolsNorthbounderManager.start()
Start.
|
void |
DroolsNorthbounderManager.stop()
Stop.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms)
Each implementation of the AbstractNorthbounder has a nice queue (Nagle's algorithmic) and the worker thread that processes the queue
calls this method to send alarms to the northern NMS.
|
void |
EmailNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
void |
EmailNorthbounderManager.start()
Start.
|
void |
EmailNorthbounderManager.stop()
Stop.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Modifier and Type | Method and Description |
---|---|
void |
JmsNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
void |
JmsNorthbounderManager.onAlarm(NorthboundAlarm alarm) |
void |
JmsNorthbounderManager.reloadConfig() |
void |
JmsNorthbounderManager.start() |
void |
JmsNorthbounderManager.stop() |
Modifier and Type | Method and Description |
---|---|
void |
SnmpTrapNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms)
Each implementation of the AbstractNorthbounder has a nice queue (Nagle's algorithmic) and the worker thread that processes the queue
calls this method to send alarms to the northern NMS.
|
void |
SnmpTrapNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
void |
SnmpTrapNorthbounderManager.reloadConfig()
Reloads the configuration.
|
void |
SnmpTrapNorthbounderManager.start()
Start.
|
void |
SnmpTrapNorthbounderManager.stop()
Stop.
|
Modifier and Type | Method and Description |
---|---|
void |
SyslogNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms)
Each implementation of the AbstractNorthbounder has a nice queue
(Nagle's algorithmic) and the worker thread that processes the queue
calls this method to send alarms to the northern NMS.
|
void |
SyslogNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
void |
SyslogNorthbounderManager.reloadConfig()
Reloads the configuration.
|
void |
SyslogNorthbounderManager.start()
Start.
|
void |
SyslogNorthbounderManager.stop()
Stop.
|
Copyright © 2021. All rights reserved.