| 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 |
DOMActionAvailabilityExtension
An
DOMActionServiceExtension exposed by DOMActionServices which allow their users to listen
for actions are becoming available. |
interface |
DOMActionProviderServiceExtension
Marker interface for extensions of
DOMActionProviderService. |
interface |
DOMActionServiceExtension
Marker interface for extensions of
DOMActionService. |
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. |
interface |
DOMDataTreeCommitCohortRegistry
Commit Cohort registry for
DOMDataTreeWriteTransaction. |
interface |
DOMDataTreeServiceExtension
Type capture of a
DOMServiceExtension applicable to DOMDataTreeService implementations. |
interface |
DOMSchemaServiceExtension
Type capture of a
DOMServiceExtension applicable to DOMSchemaService
implementations. |
interface |
DOMYangTextSourceProvider
A DOMSchemaServiceExtension exposing access to
YangTextSchemaSource. |
| Modifier and Type | Class and Description |
|---|---|
class |
PingPongDataBroker
An implementation of a
DOMDataBroker, which forwards most requests to a delegate. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScanningSchemaServiceProvider |
| Modifier and Type | Class and Description |
|---|---|
class |
OsgiBundleScanningSchemaService |
Copyright © 2019 OpenDaylight. All rights reserved.