AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation.beans
Class MobileClientBean

java.lang.Object
  extended bycom.adventnet.wifi.mediation.beans.AbstractBean
      extended bycom.adventnet.wifi.mediation.beans.MobileClientBean

public class MobileClientBean
extends AbstractBean

Class that holds the associated MobileClient related details for a given AccessPoint.


Field Summary
 
Fields inherited from class com.adventnet.wifi.mediation.beans.AbstractBean
templateConstants
 
Constructor Summary
MobileClientBean(java.lang.Object obj)
          Construct an instance of MobileClientBean
 
Method Summary
 java.lang.Object getData()
          Used Internally.
 java.lang.String getIPAddress()
          Returns the IpAddress of the Mobile Client.
 java.lang.String getMacAddress()
          Returns the MacAddress of the Mobile Client.
 int getSignalQuality()
          Returns the Signal Quality of the most recently received packet by the AccessPoint.
 int getSignalStrength()
          Returns the Signal Strength of the most recently received packet by the AccessPoint.
 java.lang.String toString()
          Gives you the String representation of this Object.
 
Methods inherited from class com.adventnet.wifi.mediation.beans.AbstractBean
getOperationType, getRadioIndex, getRadioMac, getRadioMode, getTemplateConstants, setOperationType, setRadioIndex, setRadioMac, setRadioMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MobileClientBean

public MobileClientBean(java.lang.Object obj)
Construct an instance of MobileClientBean

Method Detail

getData

public java.lang.Object getData()
Used Internally.

Overrides:
getData in class AbstractBean

getMacAddress

public java.lang.String getMacAddress()
Returns the MacAddress of the Mobile Client.


getIPAddress

public java.lang.String getIPAddress()
Returns the IpAddress of the Mobile Client.


getSignalStrength

public int getSignalStrength()
Returns the Signal Strength of the most recently received packet by the AccessPoint.


getSignalQuality

public int getSignalQuality()
Returns the Signal Quality of the most recently received packet by the AccessPoint.


toString

public java.lang.String toString()
Gives you the String representation of this Object.


AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.