Package | Description |
---|---|
org.opennms.netmgt.bsm.mock | |
org.opennms.netmgt.bsm.service | |
org.opennms.netmgt.bsm.service.internal | |
org.opennms.netmgt.bsm.test |
Modifier and Type | Class and Description |
---|---|
class |
MockAlarmWrapper |
Modifier and Type | Method and Description |
---|---|
Map<String,AlarmWrapper> |
AlarmProvider.lookup(Set<String> reductionKeys) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessServiceStateMachine.handleNewOrUpdatedAlarm(AlarmWrapper alarm)
Updates the states of the Business Services.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessServiceStateMachine.handleAllAlarms(List<AlarmWrapper> alarms)
Updates the states of the Business Services using the given list of alarms.
|
Modifier and Type | Class and Description |
---|---|
class |
AlarmWrapperImpl |
Modifier and Type | Method and Description |
---|---|
Map<String,AlarmWrapper> |
AlarmProviderImpl.lookup(Set<String> reductionKeys) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBusinessServiceStateMachine.handleNewOrUpdatedAlarm(AlarmWrapper alarm) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBusinessServiceStateMachine.handleAllAlarms(List<AlarmWrapper> alarms) |
Modifier and Type | Method and Description |
---|---|
static AlarmWrapper |
BsmTestUtils.createAlarmWrapper(OnmsMonitoredService monitoredService,
OnmsSeverity severity) |
static AlarmWrapper |
BsmTestUtils.createAlarmWrapper(String uei,
OnmsSeverity severity,
String reductionKey) |
Copyright © 2021. All rights reserved.