public class SchemaServiceToMdsalWriter extends Object implements org.opendaylight.yangtools.yang.model.api.SchemaContextListener, AutoCloseable
| Constructor and Description |
|---|
SchemaServiceToMdsalWriter(org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
onGlobalContextUpdated(org.opendaylight.yangtools.yang.model.api.SchemaContext context) |
void |
start()
Invoked by blueprint.
|
public SchemaServiceToMdsalWriter(org.opendaylight.controller.sal.core.api.model.SchemaService schemaService,
org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker)
public void close()
throws Exception
close in interface AutoCloseableExceptionpublic void start()
public void onGlobalContextUpdated(org.opendaylight.yangtools.yang.model.api.SchemaContext context)
onGlobalContextUpdated in interface org.opendaylight.yangtools.yang.model.api.SchemaContextListenerCopyright © 2018 OpenDaylight. All rights reserved.