|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractComponentCollectionBean.IAbstractNotifList
Inner class representing NotifList This inner class contains inner data items that have a zero based index. This class extends IMgmtListBase
| Method Summary | |
|---|---|
void |
addListItem(java.lang.String value)
Add the new ListItem of type String into this list at the end of the list |
void |
deleteListItem(int index)
Delete the item at the specified index from the list |
java.lang.String |
getListItem(int index)
Get the String atribute from the list at the specified index |
IMgmtAttributeMetaData |
getListItemMetaData()
Get the attribute metadata for listItem. |
void |
insertListItem(int index,
java.lang.String value)
Insert the new ListItem of type String into this list at the specified location |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtListBase |
|---|
add, delete, getCount, insert |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase |
|---|
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase |
|---|
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute |
| Method Detail |
|---|
void addListItem(java.lang.String value)
throws MgmtException
value - The String value to add to the list
MgmtException - Thrown if there is some problem adding this item to the list
void deleteListItem(int index)
throws MgmtException
index - The index of the item to delete
MgmtException - Thrown if there is some problem deleting this item from the list
java.lang.String getListItem(int index)
throws MgmtException
index - The index of the ListItem in the list.
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getListItemMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
void insertListItem(int index,
java.lang.String value)
throws MgmtException
index - The location in the list to add the new itemvalue - The String value to add to the list
MgmtException - Thrown if there is some problem inserting this item into the list
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||