Modifier and Type | Method and Description |
---|---|
protected boolean |
AlarmNorthbounder.accepts(NorthboundAlarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
AlarmNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAlarmForwarder.sendNow(NorthboundAlarm alarm) |
void |
CamelAlarmForwarder.sendNow(NorthboundAlarm alarm) |
Modifier and Type | Field and Description |
---|---|
static NorthboundAlarm |
NorthboundAlarm.SYNC_LOST_ALARM
The Constant SYNC_LOST_ALARM.
|
Modifier and Type | Method and Description |
---|---|
void |
Northbounder.onAlarm(NorthboundAlarm alarm)
On alarm.
|
Modifier and Type | Method and Description |
---|---|
NorthboundAlarm |
AbstractNorthbounder.createSyncLostMessage() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractNorthbounder.accepts(NorthboundAlarm alarm)
Accepts.
|
protected Map<String,Object> |
AbstractNorthbounder.createMapping(NorthboundAlarm alarm,
String dateFormat)
Creates the mapping.
|
protected void |
AbstractNorthbounder.discard(NorthboundAlarm alarm)
Discard.
|
void |
AbstractNorthbounder.onAlarm(NorthboundAlarm alarm) |
protected void |
AbstractNorthbounder.preserve(NorthboundAlarm alarm)
Preserve.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms)
Forward alarms.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BSFNorthbounder.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.
|
boolean |
BSFEngineHandler.accepts(NorthboundAlarm alarm)
Accepts.
|
void |
BSFNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DroolsNorthbounder.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.
|
boolean |
DroolsEngine.accepts(NorthboundAlarm alarm)
Accepts.
|
void |
DroolsNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EmailNorthbounder.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.
|
boolean |
EmailFilter.accepts(NorthboundAlarm alarm)
Checks if the alarm is accepted by the filter.
|
boolean |
EmailDestination.accepts(NorthboundAlarm alarm)
Accepts.
|
protected SendmailConfig |
EmailNorthbounder.getSendmailConfig(NorthboundAlarm alarm)
Gets the sendmail configuration.
|
void |
EmailNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
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.
|
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) |
void |
JmsNorthbounderManager.onAlarm(NorthboundAlarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
JmsNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Modifier and Type | Method and Description |
---|---|
boolean |
SnmpTrapSink.accepts(NorthboundAlarm alarm)
Verifies if the sink accepts a given northbound alarm.
|
boolean |
SnmpTrapMapping.accepts(NorthboundAlarm alarm)
Verifies if the mapping object accepts a given northbound alarm.
|
boolean |
SnmpTrapMappingGroup.accepts(NorthboundAlarm alarm)
Verifies if the mapping group object accepts a given northbound alarm.
|
boolean |
SnmpTrapNorthbounder.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.
|
SnmpTrapConfig |
SnmpTrapSink.createTrapConfig(NorthboundAlarm alarm)
Creates the SNMP trap configuration object.
|
Parm |
VarbindMapping.getParameter(NorthboundAlarm alarm)
Gets the evaluated parameter object based on a given northbound alarm
|
List<Parm> |
SnmpTrapMapping.getParams(NorthboundAlarm alarm)
Gets the parameters list.
|
void |
SnmpTrapNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
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.
|
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.
|
String |
SyslogDestination.getCustomMessageFormat(NorthboundAlarm alarm)
Gets the custom message format.
|
void |
SyslogNorthbounderManager.onAlarm(NorthboundAlarm alarm)
On alarm.
|
boolean |
SyslogFilter.passFilter(NorthboundAlarm alarm)
Pass filter.
|
boolean |
SyslogDestination.passFilter(NorthboundAlarm alarm)
Pass filter.
|
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.
|
Copyright © 2021. All rights reserved.