67be069039d7e02f6e13ec2a8bf3fad866deeea2
[openflowplugin.git] / openflowplugin-impl / src / main / resources / OSGI-INF / blueprint / commands.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright (c) 2015 Cisco Systems, 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
10 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
11
12     <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
13         <command name="ofp/showStats">
14             <action class="org.opendaylight.openflowplugin.impl.karaf.ShowStatsCommandProvider"/>
15         </command>
16         <command name="ofp/clearStats">
17             <action class="org.opendaylight.openflowplugin.impl.karaf.ClearStatsCommandProvider"/>
18         </command>
19         <command name="ofp/show-time-counters">
20             <action class="org.opendaylight.openflowplugin.impl.karaf.ShowEventTimesComandProvider"/>
21         </command>
22         <command name="ofp/show-session-stats">
23             <action class="org.opendaylight.openflowplugin.impl.karaf.ShowSessionStatsCommandProvider"/>
24         </command>
25         <command name="ofp/reset-time-counters">
26             <action class="org.opendaylight.openflowplugin.impl.karaf.ResetEventTimesComandProvider"/>
27         </command>
28         <command name="ofp/reset-session-stats">
29             <action class="org.opendaylight.openflowplugin.impl.karaf.ResetSessionStatsComandProvider"/>
30         </command>
31     </command-bundle>
32 </blueprint>