Modifier and Type | Method and Description |
---|---|
void |
AlarmNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Modifier and Type | Method and Description |
---|---|
void |
Northbounder.onAlarm(NorthboundAlarm alarm)
On alarm.
|
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 |
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.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.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.start()
Start.
|
void |
SyslogNorthbounderManager.stop()
Stop.
|
Modifier and Type | Method and Description |
---|---|
void |
NCSNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Copyright © 2017. All rights reserved.