Uses of Class
net.floodlightcontroller.devicemanager.internal.AttachmentPoint

Packages that use AttachmentPoint
net.floodlightcontroller.devicemanager.internal   
 

Uses of AttachmentPoint in net.floodlightcontroller.devicemanager.internal
 

Fields in net.floodlightcontroller.devicemanager.internal with type parameters of type AttachmentPoint
protected  java.util.List<AttachmentPoint> Device.attachmentPoints
          The current attachment points for the device.
protected  java.util.List<AttachmentPoint> Device.oldAPs
          These are the old attachment points for the device that were valid no more than INACTIVITY_TIME ago.
 

Methods in net.floodlightcontroller.devicemanager.internal with parameters of type AttachmentPoint
 int DeviceManagerImpl.AttachmentPointComparator.compare(AttachmentPoint oldAP, AttachmentPoint newAP)
           
 

Method parameters in net.floodlightcontroller.devicemanager.internal with type arguments of type AttachmentPoint
protected  Device DeviceManagerImpl.allocateDevice(java.lang.Long deviceKey, java.lang.String dhcpClientName, java.util.List<AttachmentPoint> aps, java.util.List<AttachmentPoint> trueAPs, java.util.Collection<Entity> entities, IEntityClass entityClass)
           
protected  Device DeviceManagerImpl.allocateDevice(java.lang.Long deviceKey, java.lang.String dhcpClientName, java.util.List<AttachmentPoint> aps, java.util.List<AttachmentPoint> trueAPs, java.util.Collection<Entity> entities, IEntityClass entityClass)
           
 

Constructors in net.floodlightcontroller.devicemanager.internal with parameters of type AttachmentPoint
AttachmentPoint(AttachmentPoint ap)
           
 

Constructor parameters in net.floodlightcontroller.devicemanager.internal with type arguments of type AttachmentPoint
Device(DeviceManagerImpl deviceManager, java.lang.Long deviceKey, java.lang.String dhcpClientName, java.util.Collection<AttachmentPoint> oldAPs, java.util.Collection<AttachmentPoint> attachmentPoints, java.util.Collection<Entity> entities, IEntityClass entityClass)
          Create a device from a set of entities
Device(DeviceManagerImpl deviceManager, java.lang.Long deviceKey, java.lang.String dhcpClientName, java.util.Collection<AttachmentPoint> oldAPs, java.util.Collection<AttachmentPoint> attachmentPoints, java.util.Collection<Entity> entities, IEntityClass entityClass)
          Create a device from a set of entities