Added a generic API to return a list of configured switches that are not connected...
[controller.git] / opendaylight / switchmanager / api / src / main / java / org / opendaylight / controller / switchmanager / ISwitchManager.java
index 8815e5e8c08a1b2f52ddabdcf9c6a28363b79419..072544c2146f9edd31a7b3bdf9458378290064d9 100644 (file)
@@ -66,6 +66,13 @@ public interface ISwitchManager {
      */
     public List<Switch> getNetworkDevices();
 
+    /**
+     * Return a Set of all configured devices that are not connected to the controller
+     *
+     * @return Set of {@link org.opendaylight.controller.switchmanager.Switch}
+     */
+    public Set<Switch> getConfiguredNotConnectedSwitches();
+
     /**
      * Return a list of subnet that were previously configured
      *