Package | Description |
---|---|
org.opendaylight.controller.md.sal.dom.api | |
org.opendaylight.controller.md.sal.dom.broker.impl |
Modifier and Type | Method and Description |
---|---|
static DOMDataTreeIdentifier |
DOMDataTreeIdentifier.fromMdsal(org.opendaylight.mdsal.dom.api.DOMDataTreeIdentifier mdsal)
Return a counterpart to an MD-SAL data tree identifier.
|
Modifier and Type | Method and Description |
---|---|
int |
DOMDataTreeIdentifier.compareTo(DOMDataTreeIdentifier obj) |
boolean |
DOMDataTreeIdentifier.contains(DOMDataTreeIdentifier other) |
<L extends DOMDataTreeChangeListener> |
DOMDataTreeChangeService.registerDataTreeChangeListener(DOMDataTreeIdentifier treeId,
L listener)
Registers a
DOMDataTreeChangeListener to receive
notifications when data changes under a given path in the conceptual data
tree. |
Modifier and Type | Method and Description |
---|---|
<L extends DOMDataTreeChangeListener> |
PingPongDataBroker.registerDataTreeChangeListener(DOMDataTreeIdentifier treeId,
L listener) |
Copyright © 2019 OpenDaylight. All rights reserved.