| Package | Description |
|---|---|
| com.h3c.sdn.adm.dao.model |
Model POJOs implementations used to persist and retrieve information
applicable at the Administrator tier of the SDN Controller.
|
| com.h3c.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 © 2014. All Rights Reserved.