Package | Description |
---|---|
com.hp.sdn.adm.alert |
Definitions of the services pertaining to the Alert system.
|
com.hp.sdn.adm.json |
Implementations of Core Services JSON factory and associated codecs.
|
Modifier and Type | Method and Description |
---|---|
AlertTopic |
AlertService.getTopic(String id)
Return the registered alert topic with the given id.
|
AlertTopic |
AlertService.registerTopic(String id,
String orig,
String desc)
Register a topic string representing a classification for alerts.
|
Modifier and Type | Method and Description |
---|---|
List<AlertTopic> |
AlertService.listTopics(String origin)
Return the list of registered alert topics.
|
Modifier and Type | Method and Description |
---|---|
Alert |
AlertService.post(Severity severity,
AlertTopic topic,
String origin,
String data)
Creates a new
Alert based on the supplied parameters. |
Modifier and Type | Method and Description |
---|---|
AlertTopic |
AlertTopicCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
AlertTopicCodec.encode(AlertTopic topic) |
Copyright © 2015. All Rights Reserved.