| Modifier and Type | Field and Description |
|---|---|
static NorthboundAlarm |
NorthboundAlarm.SYNC_LOST_ALARM |
| Modifier and Type | Method and Description |
|---|---|
void |
Northbounder.onAlarm(NorthboundAlarm alarm) |
| Modifier and Type | Method and Description |
|---|---|
NorthboundAlarm |
AbstractNorthbounder.createSyncLostMessage() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
AbstractNorthbounder.accepts(NorthboundAlarm alarm) |
protected Map<String,Object> |
AbstractNorthbounder.createMapping(Map<Integer,Map<String,Object>> alarmMappings,
NorthboundAlarm alarm) |
protected void |
AbstractNorthbounder.discard(NorthboundAlarm alarm) |
void |
AbstractNorthbounder.onAlarm(NorthboundAlarm alarm) |
protected void |
AbstractNorthbounder.preserve(NorthboundAlarm alarm) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
AbstractNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpNorthbounder.accepts(NorthboundAlarm alarm) |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JmsNorthbounder.accepts(NorthboundAlarm alarm) |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SyslogNorthbounder.accepts(NorthboundAlarm alarm)
The abstraction makes a call here to determine if the alarm should be
placed on the queue of alarms to be sent northerly.
|
| 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 |
|---|---|
boolean |
NCSNorthbounder.accepts(NorthboundAlarm alarm) |
| Modifier and Type | Method and Description |
|---|---|
void |
NCSNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Copyright © 2015. All rights reserved.