AdventNet WiFi Mediation API, v1.0

com.adventnet.wifi.mediation.beans
Class RadiusBeanList

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

public class RadiusBeanList
extends AbstractBean

Represents a list of RadiusBeans, primarily used to configure a set of radius server on the Access point.


Field Summary
 
Fields inherited from class com.adventnet.wifi.mediation.beans.AbstractBean
templateConstants
 
Constructor Summary
RadiusBeanList()
           
 
Method Summary
 void addRadiusBean(RadiusBean radiusBean)
          Adds a RadiusBean to the list.
 int getOperationType()
          Just overriding the method of the parent, this will not have any effect, use the getOperationType in the individual RadiusBean instead.
 java.util.List getRadiusBeanList()
          Returns the list of RadiusBeans that this bean holds.
 void setOperationType(int operationType)
          Just overriding the method of the parent, this will not have any effect, use the setOperationType in the individual RadiusBean instead.
 void setRadiusBeanList(java.util.List radiusBeanList)
          Sets the list of RadiusBeans.
 
Methods inherited from class com.adventnet.wifi.mediation.beans.AbstractBean
getData, getRadioIndex, getRadioMac, getRadioMode, getTemplateConstants, setRadioIndex, setRadioMac, setRadioMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadiusBeanList

public RadiusBeanList()
Method Detail

addRadiusBean

public void addRadiusBean(RadiusBean radiusBean)
Adds a RadiusBean to the list.

Parameters:
radiusBean - the RadiusBean to be added.

getRadiusBeanList

public java.util.List getRadiusBeanList()
Returns the list of RadiusBeans that this bean holds.

Returns:
the list of RadiuisBean.s

setRadiusBeanList

public void setRadiusBeanList(java.util.List radiusBeanList)
Sets the list of RadiusBeans.

Parameters:
radiusBeanList - the RadiusBean list.

setOperationType

public void setOperationType(int operationType)
Just overriding the method of the parent, this will not have any effect, use the setOperationType in the individual RadiusBean instead.

Overrides:
setOperationType in class AbstractBean
Parameters:
operationType - the operation type
See Also:
MediationConstants.ADD, MediationConstants.DELETE, MediationConstants.UPDATE, MediationConstants.DELETE_ALL

getOperationType

public int getOperationType()
Just overriding the method of the parent, this will not have any effect, use the getOperationType in the individual RadiusBean instead.

Overrides:
getOperationType in class AbstractBean
Returns:
some invalid value.
See Also:
MediationConstants.ADD, MediationConstants.DELETE, MediationConstants.UPDATE, MediationConstants.DELETE_ALL

AdventNet WiFi Mediation API, v1.0

Copyright © 2005 AdventNet Inc. All Rights Reserved.