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.
|
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.
|
getExtensions
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 registeredCopyright © 2019 OpenDaylight. All rights reserved.