7829d2a002b06da13a9112e045536fd4819f9e54
[controller.git] / benchmark / dsbenchmark / src / main / resources / org / opendaylight / blueprint / dsbenchmark.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3  Copyright (c) 2017 Inocybe Technologies Inc. and others.  All rights reserved.
4
5  This program and the accompanying materials are made available under the
6  terms of the Eclipse Public License v1.0 which accompanies this distribution,
7  and is available at http://www.eclipse.org/legal/epl-v10.html
8 -->
9 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
10            xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
11            odl:use-default-for-reference-types="true">
12
13   <reference id="domDataBroker" interface="org.opendaylight.mdsal.dom.api.DOMDataBroker" odl:type="pingpong"/>
14   <reference id="txChainDataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker" odl:type="pingpong"/>
15   <reference id="simpleTxDataBroker" interface="org.opendaylight.mdsal.binding.api.DataBroker"/>
16
17   <bean id="provider" class="org.opendaylight.dsbenchmark.DsbenchmarkProvider"
18           init-method="init" destroy-method="close">
19     <argument ref="domDataBroker"/>
20     <argument ref="txChainDataBroker"/>
21     <argument ref="simpleTxDataBroker"/>
22   </bean>
23
24   <odl:rpc-implementation ref="provider"/>
25 </blueprint>