Merge "Trigger a GC once initial configuration has been pushed"
[controller.git] / opendaylight / config / config-api / src / main / java / org / opendaylight / controller / config / api / LookupRegistry.java
index 897547135341a5d60216e6e6b5cabfca5ecc7bce..376ecdb52a2f7324a1c5a9d02e2c9dea3f871a80 100644 (file)
@@ -65,4 +65,10 @@ public interface LookupRegistry {
      */
     void checkConfigBeanExists(ObjectName objectName) throws InstanceNotFoundException;
 
+
+    /**
+     * @return qNames of all ModuleFactory instances in the system
+     */
+    Set<String> getAvailableModuleFactoryQNames();
+
 }