net.floodlightcontroller.core
Interface IInfoProvider

All Known Implementing Classes:
Controller, DeviceManagerImpl, LinkDiscoveryManager

public interface IInfoProvider

Author:
Shudong Zhou

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getInfo(java.lang.String type)
          Called when rest API requests information of a particular type
 

Method Detail

getInfo

java.util.Map<java.lang.String,java.lang.Object> getInfo(java.lang.String type)
Called when rest API requests information of a particular type

Parameters:
type -
Returns: