Package | Description |
---|---|
com.hp.sdn.adm.alert |
Definitions of the services pertaining to the Alert system.
|
com.hp.sdn.adm.dao |
Definitions of data access services for persisting and retrieving
information applicable at the Administrator tier of the SDN Controller.
|
com.hp.sdn.adm.json |
Implementations of Core Services JSON factory and associated codecs.
|
com.hp.sdn.alert |
Definitions of the domain model pertaining to the Alerts.
|
com.hp.sdn.api |
Definitions of services for driving outbound external communications for
interacting with peers and integrating with other external applications,
e.g.
|
Modifier and Type | Method and Description |
---|---|
AlertTopicListener |
AlertTopicListenerService.getListener(Id<AlertTopicListener,UUID> id)
Returns the Alert Topic Listener for the given unique identifier.
|
AlertTopicListener |
AlertTopicListenerService.registerListener(AlertTopicListener listener,
Authentication auth)
Register an alert topic listener.
|
AlertTopicListener |
AlertTopicListenerService.updateListener(AlertTopicListener listener,
Authentication auth)
Updates the given alert topic listener.
|
Modifier and Type | Method and Description |
---|---|
List<AlertTopicListener> |
AlertTopicListenerService.listListeners(String apId)
Returns the list of registered Alert Topic listeners.
|
Modifier and Type | Method and Description |
---|---|
AlertTopicListener |
AlertTopicListenerService.registerListener(AlertTopicListener listener,
Authentication auth)
Register an alert topic listener.
|
AlertTopicListener |
AlertTopicListenerService.updateListener(AlertTopicListener listener,
Authentication auth)
Updates the given alert topic listener.
|
Modifier and Type | Method and Description |
---|---|
AlertTopicListener |
AlertTopicListenerService.getListener(Id<AlertTopicListener,UUID> id)
Returns the Alert Topic Listener for the given unique identifier.
|
void |
AlertTopicListenerService.removeListener(Id<AlertTopicListener,UUID> id,
Authentication auth)
Removes the Alert Topic Listener with the given unique identifier.
|
Modifier and Type | Method and Description |
---|---|
WriteQuery<AlertTopicListener> |
QueryService.getAddAlertTopicListenerQuery(AlertTopicListener atl)
Creates a write query to add a new Alert Topic Listener to the system.
|
ReadQuery<List<AlertTopicListener>> |
QueryService.getFindAlertTopicListenersQuery()
Creates a query that will find all Alert Topic Listeners.
|
ReadQuery<AlertTopicListener> |
QueryService.getGetAlertTopicListenerQuery(Id<AlertTopicListener,UUID> id)
Creates a query that gets an alert topic listener by its id.
|
WriteQuery<AlertTopicListener> |
QueryService.getUpdateAlertTopicListenerQuery(AlertTopicListener atl)
Creates a write query to update an alert topic listener.
|
Modifier and Type | Method and Description |
---|---|
WriteQuery<AlertTopicListener> |
QueryService.getAddAlertTopicListenerQuery(AlertTopicListener atl)
Creates a write query to add a new Alert Topic Listener to the system.
|
WriteQuery<Void> |
QueryService.getDeleteAlertTopicListenerQuery(AlertTopicListener atl)
Creates a delete query to remove an alert topic listener.
|
WriteQuery<AlertTopicListener> |
QueryService.getUpdateAlertTopicListenerQuery(AlertTopicListener atl)
Creates a write query to update an alert topic listener.
|
Modifier and Type | Method and Description |
---|---|
ReadQuery<AlertTopicListener> |
QueryService.getGetAlertTopicListenerQuery(Id<AlertTopicListener,UUID> id)
Creates a query that gets an alert topic listener by its id.
|
Modifier and Type | Method and Description |
---|---|
AlertTopicListener |
AlertTopicListenerCodec.decode(com.fasterxml.jackson.databind.node.ObjectNode node) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.node.ObjectNode |
AlertTopicListenerCodec.encode(AlertTopicListener listener) |
Constructor and Description |
---|
AlertTopicListener(Id<AlertTopicListener,UUID> id,
String apId,
String name)
Construct a listener for an alert topic.
|
Modifier and Type | Method and Description |
---|---|
List<AlertTopicListener> |
AlertTopicListenerTransferService.getListeners(SystemInformation system)
Returns the list of registered Alert Topic listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertTopicListenerTransferService.registerListener(AlertTopicListener listener)
Notify all team members of a new listener registration.
|
void |
AlertTopicListenerTransferService.updateListener(AlertTopicListener listener)
Notify all team members of a listener update.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertTopicListenerTransferService.removeListener(Id<AlertTopicListener,UUID> id)
Notify all team members of a listener removal.
|
Copyright © 2015. All Rights Reserved.