Package | Description |
---|---|
com.hp.sdn.adm.dao.model |
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
|
com.hp.sdn.alert |
Definitions of the domain model pertaining to the Alerts.
|
Modifier and Type | Method and Description |
---|---|
void |
AlertTopicListenerEntity.setCallbacks(Set<AlertTopicListener.CallBack> callbacks) |
Constructor and Description |
---|
AlertTopicListenerEntity(UUID uid,
String apId,
String name,
Set<AlertTopicListener.CallBack> callbacks)
Creates an alert topic listener entity.
|
Modifier and Type | Method and Description |
---|---|
Set<AlertTopicListener.CallBack> |
AlertTopicListener.getCallbacks()
Returns the call back definitions that have been defined for this
listener.
|
Copyright © 2015. All Rights Reserved.