Modifier and Type | Method and Description |
---|---|
void |
Northbounder.onAlarm(NorthboundAlarm alarm) |
void |
Northbounder.start() |
void |
Northbounder.stop() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractNorthbounder.discard(NorthboundAlarm alarm) |
abstract void |
AbstractNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
void |
AbstractNorthbounder.onAlarm(NorthboundAlarm alarm) |
protected void |
AbstractNorthbounder.preserve(NorthboundAlarm alarm) |
void |
AbstractNorthbounder.start() |
void |
AbstractNorthbounder.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 |
JmsNorthbounder.onPreStart() |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NCSNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Copyright © 2015. All rights reserved.