OSPF-API refactored based on review comments, ONOS-2738

Change-Id: I94b22fd8f9eb8e706f049348de8ce99e2e599d67
This commit is contained in:
sunish vk 2016-02-19 19:14:35 +05:30 committed by Gerrit Code Review
parent 49abe71b0a
commit 11b02ffccf

View File

@ -67,25 +67,6 @@ public interface OspfController {
*/
public void deleteConfig(List<OspfProcess> processes, String attribute);
/**
* Gets string representation of area configuration parameters to be displayed after CLI command.
*
* @param processId process Id
* @param areaId area Id
* @return Area Information
*/
public String showAreaParameters(String processId, String areaId);
/**
* Gets string representation of area configuration information for the given area/process.
* This method will be called for CLI command.
*
* @param processId process id to which area belongs
* @param areaId area id
* @return string representation of area configuration for CLI display
*/
List<String> showAreaConfigurations(String processId, String areaId);
/**
* Gets the list of listeners registered for router events.
*