Uses of Class
org.opennms.netmgt.alarmd.api.NorthboundAlarm
-
-
Uses of NorthboundAlarm in org.opennms.features.amqp.alarmnorthbounder
Methods in org.opennms.features.amqp.alarmnorthbounder with parameters of type NorthboundAlarm Modifier and Type Method Description protected boolean
AlarmNorthbounder. accepts(NorthboundAlarm alarm)
Method parameters in org.opennms.features.amqp.alarmnorthbounder with type arguments of type NorthboundAlarm Modifier and Type Method Description void
AlarmNorthbounder. forwardAlarms(List<NorthboundAlarm> alarms)
-
Uses of NorthboundAlarm in org.opennms.features.amqp.alarmnorthbounder.internal
Methods in org.opennms.features.amqp.alarmnorthbounder.internal with parameters of type NorthboundAlarm Modifier and Type Method Description void
CamelAlarmForwarder. sendNow(NorthboundAlarm alarm)
void
DefaultAlarmForwarder. sendNow(NorthboundAlarm alarm)
-
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.api
Fields in org.opennms.netmgt.alarmd.api declared as NorthboundAlarm Modifier and Type Field Description static NorthboundAlarm
NorthboundAlarm. SYNC_LOST_ALARM
The Constant SYNC_LOST_ALARM.Methods in org.opennms.netmgt.alarmd.api with parameters of type NorthboundAlarm Modifier and Type Method Description void
Northbounder. onAlarm(NorthboundAlarm alarm)
On alarm. -
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.api.support
Methods in org.opennms.netmgt.alarmd.api.support that return NorthboundAlarm Modifier and Type Method Description NorthboundAlarm
AbstractNorthbounder. createSyncLostMessage()
Methods in org.opennms.netmgt.alarmd.api.support with parameters of type NorthboundAlarm Modifier and Type Method 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.Method parameters in org.opennms.netmgt.alarmd.api.support with type arguments of type NorthboundAlarm Modifier and Type Method Description abstract void
AbstractNorthbounder. forwardAlarms(List<NorthboundAlarm> alarms)
Forward alarms. -
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.northbounder.bsf
Methods in org.opennms.netmgt.alarmd.northbounder.bsf with parameters of type NorthboundAlarm Modifier and Type Method Description boolean
BSFEngineHandler. accepts(NorthboundAlarm alarm)
Accepts.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.void
BSFNorthbounderManager. onAlarm(NorthboundAlarm alarm)
On alarm.Method parameters in org.opennms.netmgt.alarmd.northbounder.bsf with type arguments of type NorthboundAlarm Modifier and Type Method 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. -
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.northbounder.drools
Methods in org.opennms.netmgt.alarmd.northbounder.drools with parameters of type NorthboundAlarm Modifier and Type Method Description boolean
DroolsEngine. accepts(NorthboundAlarm alarm)
Accepts.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.void
DroolsNorthbounderManager. onAlarm(NorthboundAlarm alarm)
On alarm.Method parameters in org.opennms.netmgt.alarmd.northbounder.drools with type arguments of type NorthboundAlarm Modifier and Type Method 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. -
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.northbounder.email
Methods in org.opennms.netmgt.alarmd.northbounder.email with parameters of type NorthboundAlarm Modifier and Type Method Description boolean
EmailDestination. accepts(NorthboundAlarm alarm)
Accepts.boolean
EmailFilter. accepts(NorthboundAlarm alarm)
Checks if the alarm is accepted by the filter.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.protected SendmailConfig
EmailNorthbounder. getSendmailConfig(NorthboundAlarm alarm)
Gets the sendmail configuration.void
EmailNorthbounderManager. onAlarm(NorthboundAlarm alarm)
On alarm.Method parameters in org.opennms.netmgt.alarmd.northbounder.email with type arguments of type NorthboundAlarm Modifier and Type Method 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. -
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.northbounder.http
Methods in org.opennms.netmgt.alarmd.northbounder.http with parameters of type NorthboundAlarm Modifier and Type Method Description boolean
HttpNorthbounder. accepts(NorthboundAlarm alarm)
Method parameters in org.opennms.netmgt.alarmd.northbounder.http with type arguments of type NorthboundAlarm Modifier and Type Method Description void
HttpNorthbounder. forwardAlarms(List<NorthboundAlarm> alarms)
-
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.northbounder.jms
Methods in org.opennms.netmgt.alarmd.northbounder.jms with parameters of type NorthboundAlarm Modifier and Type Method Description boolean
JmsNorthbounder. accepts(NorthboundAlarm alarm)
void
JmsNorthbounderManager. onAlarm(NorthboundAlarm alarm)
Method parameters in org.opennms.netmgt.alarmd.northbounder.jms with type arguments of type NorthboundAlarm Modifier and Type Method Description void
JmsNorthbounder. forwardAlarms(List<NorthboundAlarm> alarms)
-
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.northbounder.snmptrap
Methods in org.opennms.netmgt.alarmd.northbounder.snmptrap with parameters of type NorthboundAlarm Modifier and Type Method Description 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.boolean
SnmpTrapSink. accepts(NorthboundAlarm alarm)
Verifies if the sink accepts a given northbound alarm.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 alarmList<Parm>
SnmpTrapMapping. getParams(NorthboundAlarm alarm)
Gets the parameters list.void
SnmpTrapNorthbounderManager. onAlarm(NorthboundAlarm alarm)
On alarm.Method parameters in org.opennms.netmgt.alarmd.northbounder.snmptrap with type arguments of type NorthboundAlarm Modifier and Type Method 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. -
Uses of NorthboundAlarm in org.opennms.netmgt.alarmd.northbounder.syslog
Methods in org.opennms.netmgt.alarmd.northbounder.syslog with parameters of type NorthboundAlarm Modifier and Type Method 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
SyslogDestination. passFilter(NorthboundAlarm alarm)
Pass filter.boolean
SyslogFilter. passFilter(NorthboundAlarm alarm)
Pass filter.Method parameters in org.opennms.netmgt.alarmd.northbounder.syslog with type arguments of type NorthboundAlarm Modifier and Type Method 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.
-