Interface AdapterFactory
-
- All Known Implementing Classes:
BindingToDOMAdapterFactory
@Beta @Deprecated(forRemoval=true) @NonNullByDefault public interface AdapterFactory
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.opendaylight.controller.md.sal.binding.api.DataBrokercreateDataBroker(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domBroker)Deprecated, for removal: This API element is subject to removal in a future version.Return aDataBrokerimplementation backed by the specifiedDOMDataBroker.
-
-
-
Method Detail
-
createDataBroker
org.opendaylight.controller.md.sal.binding.api.DataBroker createDataBroker(org.opendaylight.controller.md.sal.dom.api.DOMDataBroker domBroker)
Deprecated, for removal: This API element is subject to removal in a future version.Return aDataBrokerimplementation backed by the specifiedDOMDataBroker.- Parameters:
domBroker- Backing DOMDataBroker- Returns:
- A DataBroker instance.
- Throws:
NullPointerException- ifdomBrokeris null.
-
-