Package | Description |
---|---|
org.opennms.netmgt.alarmd.api | |
org.opennms.netmgt.alarmd.api.support | |
org.opennms.netmgt.alarmd.northbounder.http | |
org.opennms.netmgt.alarmd.northbounder.jms |
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 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) |
protected String |
JmsNorthbounder.convertAlarmToXml(NorthboundAlarm alarm) |
Modifier and Type | Method and Description |
---|---|
void |
JmsNorthbounder.forwardAlarms(List<NorthboundAlarm> alarms) |
Copyright © 2015. All Rights Reserved.