Sonic Management API

com.sonicsw.ma.mgmtapi.config
Interface IMgmtListBase

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAbstractCollectionsMonitorBean.IAbstractCollectionList, IAbstractComponentCollectionBean.IAbstractMetricListType, IAbstractComponentCollectionBean.IAbstractNotifList, IAbstractComponentCollectionBean.IAbstractNotifListType, ICollectionsMonitorBean.ICollectionList, IComponentCollectionBean.IMetricListType, IComponentCollectionBean.INotifList, IComponentCollectionBean.INotifListType
All Known Implementing Classes:
MgmtListBase

public interface IMgmtListBase
extends IMgmtSubBeanBase


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 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

add

void add(java.lang.Object val)
         throws MgmtException
Throws:
MgmtException

delete

void delete(int index)
            throws MgmtException
Throws:
MgmtException

getCount

int getCount()
             throws MgmtException
Throws:
MgmtException

insert

void insert(int index,
            java.lang.Object val)
            throws MgmtException
Throws:
MgmtException

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.