|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.adventnet.wifi.mediation.beans.AbstractBean
com.adventnet.wifi.mediation.beans.RadiusBeanList
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 |
public RadiusBeanList()
| Method Detail |
public void addRadiusBean(RadiusBean radiusBean)
radiusBean - the RadiusBean to be added.public java.util.List getRadiusBeanList()
public void setRadiusBeanList(java.util.List radiusBeanList)
radiusBeanList - the RadiusBean list.public void setOperationType(int operationType)
setOperationType in class AbstractBeanoperationType - the operation typeMediationConstants.ADD,
MediationConstants.DELETE,
MediationConstants.UPDATE,
MediationConstants.DELETE_ALLpublic int getOperationType()
getOperationType in class AbstractBeanMediationConstants.ADD,
MediationConstants.DELETE,
MediationConstants.UPDATE,
MediationConstants.DELETE_ALL
|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||