edu.cmu.emulator.wlandev.monitor
Class RoamInfo

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

public class RoamInfo
extends Object


Field Summary
protected  gmj.net.PhysicalAddress endBSSID
           
protected  gmj.net.PhysicalAddress startBSSID
           
protected  Stopwatch sw
           
 
Constructor Summary
RoamInfo()
           
 
Method Summary
 boolean actuallyRoamed()
           
 boolean containsTime(long timeMillis)
           
 void endRoam(gmj.net.PhysicalAddress endBSSID)
           
 long getElapsedMillis()
           
 double getElapsedSeconds()
           
 gmj.net.PhysicalAddress getEndBSSID()
           
 long getEndTimeMillis()
           
 gmj.net.PhysicalAddress getStartBSSID()
           
 long getStartTimeMillis()
           
 boolean noRoamOccurred()
           
 void startRoam(gmj.net.PhysicalAddress startBSSID)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

startBSSID

protected gmj.net.PhysicalAddress startBSSID

endBSSID

protected gmj.net.PhysicalAddress endBSSID

sw

protected Stopwatch sw
Constructor Detail

RoamInfo

public RoamInfo()
Method Detail

startRoam

public void startRoam(gmj.net.PhysicalAddress startBSSID)

endRoam

public void endRoam(gmj.net.PhysicalAddress endBSSID)

getStartBSSID

public gmj.net.PhysicalAddress getStartBSSID()

getEndBSSID

public gmj.net.PhysicalAddress getEndBSSID()

actuallyRoamed

public boolean actuallyRoamed()

getStartTimeMillis

public long getStartTimeMillis()

getEndTimeMillis

public long getEndTimeMillis()

getElapsedMillis

public long getElapsedMillis()

getElapsedSeconds

public double getElapsedSeconds()

containsTime

public boolean containsTime(long timeMillis)

noRoamOccurred

public boolean noRoamOccurred()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.