Uses of Interface
net.floodlightcontroller.devicemanager.IDeviceService

Packages that use IDeviceService
net.floodlightcontroller.devicemanager.internal   
net.floodlightcontroller.loadbalancer   
net.floodlightcontroller.routing   
 

Uses of IDeviceService in net.floodlightcontroller.devicemanager.internal
 

Classes in net.floodlightcontroller.devicemanager.internal that implement IDeviceService
 class DeviceManagerImpl
          DeviceManager creates Devices based upon MAC addresses seen in the network.
 

Uses of IDeviceService in net.floodlightcontroller.loadbalancer
 

Fields in net.floodlightcontroller.loadbalancer declared as IDeviceService
protected  IDeviceService LoadBalancer.deviceManager
           
 

Uses of IDeviceService in net.floodlightcontroller.routing
 

Fields in net.floodlightcontroller.routing declared as IDeviceService
protected  IDeviceService ForwardingBase.deviceManager