edu.cmu.emulator.wlandev.monitor
Class RoamHistory

java.lang.Object
  extended by edu.cmu.emulator.wlandev.monitor.RoamHistory

public class RoamHistory
extends Object


Field Summary
protected  long moveTimeMillis
           
protected  gmj.net.PhysicalAddress oldBSSID
           
protected  RoamInfo[] roamInfo
           
 
Constructor Summary
RoamHistory(RoamInfo[] roamInfo)
           
RoamHistory(RoamInfo[] roamInfo, gmj.net.PhysicalAddress oldBSSID, long moveTimeMillis)
           
 
Method Summary
 void dumpRoamInfo()
           
protected  int getIndex(long timeMillis)
           
 int getNumAssociations()
           
 int getNumDisassociations()
           
 long getRoamCompletionTime()
           
 long getRoamFirstCompletionTime()
           
 RoamInfo[] getRoamInfo()
           
 long getRoamStartReactionTime()
           
 long getTimeDisassociated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

roamInfo

protected RoamInfo[] roamInfo

oldBSSID

protected gmj.net.PhysicalAddress oldBSSID

moveTimeMillis

protected long moveTimeMillis
Constructor Detail

RoamHistory

public RoamHistory(RoamInfo[] roamInfo,
                   gmj.net.PhysicalAddress oldBSSID,
                   long moveTimeMillis)

RoamHistory

public RoamHistory(RoamInfo[] roamInfo)
Method Detail

getRoamInfo

public RoamInfo[] getRoamInfo()

getRoamStartReactionTime

public long getRoamStartReactionTime()

getRoamFirstCompletionTime

public long getRoamFirstCompletionTime()

getRoamCompletionTime

public long getRoamCompletionTime()

getNumAssociations

public int getNumAssociations()

getNumDisassociations

public int getNumDisassociations()

getTimeDisassociated

public long getTimeDisassociated()

getIndex

protected int getIndex(long timeMillis)

dumpRoamInfo

public void dumpRoamInfo()


Copyright © 2013. All Rights Reserved.