Modifier and Type | Method and Description |
---|---|
List<Northbounder> |
Alarmd.getNorthboundInterfaces() |
Modifier and Type | Method and Description |
---|---|
void |
Alarmd.onNorthbounderRegistered(Northbounder northbounder,
Map<String,String> properties) |
void |
Alarmd.onNorthbounderUnregistered(Northbounder northbounder,
Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
void |
Alarmd.setNorthboundInterfaces(List<Northbounder> northboundInterfaces) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNorthbounder
AbstractNorthBounder
The purpose of this class is manage the queue of alarms that need to be forward and receive queries to/from a Southbound Interface.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpNorthbounder
Forwards north bound alarms via HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsNorthbounder
Northbound Interface JMS Implementation
FIXME: Needs LOTS of work.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogNorthbounder
Forwards alarms, N, via Syslog.
|
Modifier and Type | Class and Description |
---|---|
class |
NCSNorthbounder
Forwards north bound alarms via HTTP.
|
Copyright © 2015. All rights reserved.