Per container save configuration is not synced in the cluster
[controller.git] / opendaylight / configuration / api / src / main / java / org / opendaylight / controller / configuration / IConfigurationAwareCommon.java
index f06dcb3296dfb4ef402e49a7e86e07e5d5e0232f..c909bff4c47e2e0f9dd4dccdc0aef954ec0c80c6 100644 (file)
@@ -14,13 +14,12 @@ import org.opendaylight.controller.sal.utils.Status;
 
 /**
  * Listener Interface for receiving Configuration events.
- *
- *
  */
 public interface IConfigurationAwareCommon {
-
     /**
-     * Trigger from configuration component to persist the configuration state.
+     * Trigger from Configuration Service or Container Configuration Service to
+     * persist the configuration state for this component on the local cluster
+     * node
      */
     Status saveConfiguration();
 }