public interface L3UnicastIgpTopologyListener extends NotificationListener
notification igp-prefix-event {
leaf igp-event-type {
type igp-event-type;
}
leaf topology-ref {
type nt:topology-ref;
}
leaf node-ref {
type nt:node-ref;
}
uses l3-unicast-igp-topology-type;
container prefix {
uses igp-prefix-attributes;
}
}
notification igp-node-event {
leaf igp-event-type {
type igp-event-type;
}
leaf topology-ref {
type nt:topology-ref;
}
uses l3-unicast-igp-topology-type;
uses nt:node-attributes;
uses igp-node-attributes;
}
notification termination-point-event {
leaf igp-event-type {
type igp-event-type;
}
leaf topology-ref {
type nt:topology-ref;
}
leaf node-ref {
type nt:node-ref;
}
uses l3-unicast-igp-topology-type;
uses nt:tp-attributes;
uses igp-termination-point-attributes;
}
notification igp-link-event {
leaf igp-event-type {
type igp-event-type;
}
leaf topology-ref {
type nt:topology-ref;
}
uses l3-unicast-igp-topology-type;
uses nt:link-attributes;
uses igp-link-attributes;
}
| Modifier and Type | Method and Description |
|---|---|
void |
onIgpLinkEvent(IgpLinkEvent notification) |
void |
onIgpNodeEvent(IgpNodeEvent notification) |
void |
onIgpPrefixEvent(IgpPrefixEvent notification) |
void |
onTerminationPointEvent(TerminationPointEvent notification) |
void onIgpPrefixEvent(IgpPrefixEvent notification)
void onIgpNodeEvent(IgpNodeEvent notification)
void onTerminationPointEvent(TerminationPointEvent notification)
void onIgpLinkEvent(IgpLinkEvent notification)
Copyright © 2019 OpenDaylight. All rights reserved.