|
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
This Class is the superclass for all the bean classes.
| Field Summary | |
protected static java.lang.String[] |
templateConstants
|
| Constructor Summary | |
AbstractBean()
|
|
| Method Summary | |
java.lang.Object |
getData()
Returns the data for configuration. |
int |
getOperationType()
Fetches the operation type of the bean that is whether this bean is used for a add operation or a delete operation etc., |
int |
getRadioIndex()
Returns the index of the Radio. |
java.lang.String |
getRadioMac()
Fetches the MAC address of the radio represented by this bean. |
int |
getRadioMode()
Fetches the mode (802.11a/b/g) of the radio represented by this bean. |
static java.lang.String[] |
getTemplateConstants()
Used for internal purposes. |
void |
setOperationType(int operationType)
Sets the operation type of the bean that is whether this bean is used for a add operation or a delete operation etc., |
void |
setRadioIndex(int radioIndex)
Sets the Index of the Radio. |
void |
setRadioMac(java.lang.String radioMac)
Sets the MAC address of the radio represented by this bean.Not used by the WiFi Mediation as of now. |
void |
setRadioMode(int radioMode)
Sets the mode (802.11a/b/g) of the radio represented by this bean. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static java.lang.String[] templateConstants
| Constructor Detail |
public AbstractBean()
| Method Detail |
public void setOperationType(int operationType)
operationType - the operation typeMediationConstants.ADD,
MediationConstants.DELETE,
MediationConstants.UPDATE,
MediationConstants.DELETE_ALLpublic int getOperationType()
MediationConstants.ADD,
MediationConstants.DELETE,
MediationConstants.UPDATE,
MediationConstants.DELETE_ALLpublic int getRadioMode()
MediationConstants.RADIO_A,
MediationConstants.RADIO_BGpublic void setRadioMode(int radioMode)
radioMode - the mode (802.11 a/b/g) of the radio.MediationConstants.RADIO_A,
MediationConstants.RADIO_BGpublic java.lang.Object getData()
public static java.lang.String[] getTemplateConstants()
public java.lang.String getRadioMac()
public void setRadioMac(java.lang.String radioMac)
radioMac - MAC address of the radio represented by this beanpublic int getRadioIndex()
public void setRadioIndex(int radioIndex)
|
AdventNet WiFi Mediation API, v1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||