public interface SchemaService extends BrokerService
| Modifier and Type | Method and Description |
|---|---|
void |
addModule(Module module)
Registers a YANG module to session and global context
|
SchemaContext |
getGlobalContext()
Returns global schema context
|
SchemaContext |
getSessionContext()
Returns session specific YANG schema context
|
org.opendaylight.yangtools.concepts.ListenerRegistration<SchemaContextListener> |
registerSchemaContextListener(SchemaContextListener listener)
Register a listener for changes in schema context.
|
void |
removeModule(Module module)
Unregisters a YANG module from session context
|
void addModule(Module module)
module - void removeModule(Module module)
module - SchemaContext getSessionContext()
SchemaContext getGlobalContext()
org.opendaylight.yangtools.concepts.ListenerRegistration<SchemaContextListener> registerSchemaContextListener(SchemaContextListener listener)
listener - Listener which should be registeredCopyright © 2016 OpenDaylight. All rights reserved.