Merge "Update to new version of ADSAL components and its dependencies proposed by...
[controller.git] / opendaylight / protocol_plugins / stub / src / main / java / org / opendaylight / controller / protocol_plugins / stub / internal / InventoryService.java
index b94ffec1ddba5d1f6cc699813d22fea6b02c7c0e..9f2454bbffa9d6ace80c29fafaf6e8ea770f460c 100644 (file)
@@ -1,20 +1,13 @@
 package org.opendaylight.controller.protocol_plugins.stub.internal;
 
-import java.net.InetAddress;
-import java.net.UnknownHostException;
-import java.util.ArrayList;
-import java.util.Date;
-import java.util.Dictionary;
 import java.util.HashMap;
 import java.util.HashSet;
-import java.util.List;
 import java.util.Map;
 import java.util.Set;
 import java.util.concurrent.ConcurrentHashMap;
 import java.util.concurrent.ConcurrentMap;
 import java.util.concurrent.CopyOnWriteArraySet;
 
-import org.apache.felix.dm.Component;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 import org.opendaylight.controller.sal.core.Actions;
@@ -32,8 +25,6 @@ import org.opendaylight.controller.sal.core.TimeStamp;
 import org.opendaylight.controller.sal.core.UpdateType;
 import org.opendaylight.controller.sal.inventory.IPluginInInventoryService;
 import org.opendaylight.controller.sal.inventory.IPluginOutInventoryService;
-import org.opendaylight.controller.sal.utils.NodeCreator;
-import org.opendaylight.controller.sal.utils.NodeConnectorCreator;
 
 /**
  * Stub Implementation for IPluginInReadService used by SAL
@@ -74,6 +65,12 @@ public class InventoryService implements IPluginInInventoryService {
         }
     }
 
+    @Override
+    public Set<Node> getConfiguredNotConnectedNodes() {
+        // TODO
+        return null;
+    }
+
     /**
      * Function called by the dependency manager when all the required
      * dependencies are satisfied