public interface DOMSchemaService extends DOMExtensibleService<DOMSchemaService,DOMSchemaServiceExtension>
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.model.api.SchemaContext |
getGlobalContext()
Returns global schema context.
|
org.opendaylight.yangtools.yang.model.api.SchemaContext |
getSessionContext()
Returns session specific YANG schema context.
|
default Map<Class<? extends DOMSchemaServiceExtension>,DOMSchemaServiceExtension> |
getSupportedExtensions()
Return a map of currently-supported extensions, along with accessor services
which provide access to the specific functionality bound to this service.
|
org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> |
registerSchemaContextListener(org.opendaylight.yangtools.yang.model.api.SchemaContextListener listener)
Register a listener for changes in schema context.
|
org.opendaylight.yangtools.yang.model.api.SchemaContext getSessionContext()
org.opendaylight.yangtools.yang.model.api.SchemaContext getGlobalContext()
org.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> registerSchemaContextListener(org.opendaylight.yangtools.yang.model.api.SchemaContextListener listener)
listener - Listener which should be registereddefault Map<Class<? extends DOMSchemaServiceExtension>,DOMSchemaServiceExtension> getSupportedExtensions()
DOMExtensibleServicegetSupportedExtensions in interface DOMExtensibleService<DOMSchemaService,DOMSchemaServiceExtension>Copyright © 2019 OpenDaylight. All rights reserved.