T
- Base DOMService
E
- Extension type@Beta public interface DOMExtensibleService<T extends DOMExtensibleService<T,E>,E extends DOMServiceExtension<T,E>> extends DOMService
DOMServiceExtension
.
Aside for marking these, they also provide runtime query to detect whether
a particular trait is in fact available.Modifier and Type | Method and Description |
---|---|
Map<Class<? extends E>,E> |
getSupportedExtensions()
Return a map of currently-supported extensions, along with accessor services
which provide access to the specific functionality bound to this service.
|
Copyright © 2019 OpenDaylight. All rights reserved.