|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.sonicsw.ma.mgmtapi.config.impl.MgmtSubBeanBase
com.sonicsw.ma.mgmtapi.config.impl.MgmtListBase
public class MgmtListBase
| Constructor Summary | |
|---|---|
MgmtListBase(IMgmtBase parent,
java.lang.String name,
boolean isNew)
|
|
| Method Summary | |
|---|---|
void |
add(java.lang.Object val)
|
void |
delete(int index)
|
int |
getCount()
|
void |
insert(int index,
java.lang.Object val)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public MgmtListBase(IMgmtBase parent,
java.lang.String name,
boolean isNew)
throws MgmtException
MgmtException| Method Detail |
|---|
public void add(java.lang.Object val)
throws MgmtException
add in interface IMgmtListBaseMgmtException
public void delete(int index)
throws MgmtException
delete in interface IMgmtListBaseMgmtException
public int getCount()
throws MgmtException
getCount in interface IMgmtListBaseMgmtException
public void insert(int index,
java.lang.Object val)
throws MgmtException
insert in interface IMgmtListBaseMgmtException
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||