Add container context debug osgi cli command to Switch Manager 59/859/2
authorAlessandro Boch <aboch@cisco.com>
Mon, 12 Aug 2013 23:25:48 +0000 (16:25 -0700)
committerAlessandro Boch <aboch@cisco.com>
Mon, 12 Aug 2013 23:36:15 +0000 (16:36 -0700)
commita60baada98048174f312e1f3b98757c9e0841e0c
treee4b540886436ec0d00af862465a58c58da9ed6ed
parent0b43ddf2ee9f30e67b3433906022045b8dcc2a4f
Add container context debug osgi cli command to Switch Manager

CHANGES:
Available osgi comamnds implemented in the service classes
do not allow to access the desired container instance of service.
This change, following example in Gerrit #831, allow to dump the
nodes and node connectors database contained in Switch Manager
for the desired container.

Change-Id: I4cf959763e06facd135a1a5c3ebca59ee85bcf22
Signed-off-by: Alessandro Boch <aboch@cisco.com>
opendaylight/switchmanager/implementation/pom.xml
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/Activator.java
opendaylight/switchmanager/implementation/src/main/java/org/opendaylight/controller/switchmanager/internal/SwitchManagerCLI.java [new file with mode: 0644]