|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractCollectionsMonitorBean.IAbstractCollectionList
Inner class representing CollectionList This inner class contains inner data items that have a zero based index. This class extends IMgmtListBase
| Method Summary | |
|---|---|
void |
addEntry(IMgmtBeanBase value)
Add the new Entry of type IMgmtBeanBase into this list at the end of the list |
void |
deleteEntry(int index)
Delete the item at the specified index from the list |
IMgmtBeanBase |
getEntry(int index)
Get the IMgmtBeanBase atribute from the list at the specified index |
IMgmtAttributeMetaData |
getEntryMetaData()
Get the attribute metadata for entry. |
void |
insertEntry(int index,
IMgmtBeanBase value)
Insert the new Entry of type IMgmtBeanBase 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 addEntry(IMgmtBeanBase value)
throws MgmtException
value - The IMgmtBeanBase value to add to the list
MgmtException - Thrown if there is some problem adding this item to the list
void deleteEntry(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
IMgmtBeanBase getEntry(int index)
throws MgmtException
index - The index of the Entry in the list.
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getEntryMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
void insertEntry(int index,
IMgmtBeanBase value)
throws MgmtException
index - The location in the list to add the new itemvalue - The IMgmtBeanBase 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 | |||||||