| Package | Description |
|---|---|
| org.opendaylight.controller.md.sal.dom.api |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>>
Marker interface for services which can support
DOMServiceExtension. |
interface |
DOMServiceExtension<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>>
Marker interface for services which expose additional functionality on top
of some base
DOMService. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DOMDataBrokerExtension
Type capture of a
DOMServiceExtension applicable to DOMDataBroker
implementations. |
interface |
DOMDataTreeChangeService
A
DOMServiceExtension which allows users to register for changes to a
subtree. |
Copyright © 2016 OpenDaylight. All rights reserved.