DOMSchemaService instead.@Deprecated public interface SchemaService extends BrokerService, org.opendaylight.mdsal.dom.api.DOMSchemaService
| Modifier and Type | Method and Description |
|---|---|
void |
addModule(org.opendaylight.yangtools.yang.model.api.Module module)
Deprecated.
Registers a YANG module to session and global context
|
org.opendaylight.yangtools.yang.model.api.SchemaContext |
getGlobalContext()
Deprecated.
Returns global schema context
|
org.opendaylight.yangtools.yang.model.api.SchemaContext |
getSessionContext()
Deprecated.
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)
Deprecated.
Register a listener for changes in schema context.
|
void |
removeModule(org.opendaylight.yangtools.yang.model.api.Module module)
Deprecated.
Unregisters a YANG module from session context
|
void addModule(org.opendaylight.yangtools.yang.model.api.Module module)
void removeModule(org.opendaylight.yangtools.yang.model.api.Module module)
org.opendaylight.yangtools.yang.model.api.SchemaContext getSessionContext()
getSessionContext in interface org.opendaylight.mdsal.dom.api.DOMSchemaServiceorg.opendaylight.yangtools.yang.model.api.SchemaContext getGlobalContext()
getGlobalContext in interface org.opendaylight.mdsal.dom.api.DOMSchemaServiceorg.opendaylight.yangtools.concepts.ListenerRegistration<org.opendaylight.yangtools.yang.model.api.SchemaContextListener> registerSchemaContextListener(org.opendaylight.yangtools.yang.model.api.SchemaContextListener listener)
registerSchemaContextListener in interface org.opendaylight.mdsal.dom.api.DOMSchemaServicelistener - Listener which should be registeredCopyright © 2018 OpenDaylight. All rights reserved.