Sonic Management API

com.sonicsw.ma.mgmtapi.config.impl
Class MgmtListBase

java.lang.Object
  extended by com.sonicsw.ma.mgmtapi.config.impl.MgmtSubBeanBase
      extended by com.sonicsw.ma.mgmtapi.config.impl.MgmtListBase
All Implemented Interfaces:
IMgmtBase, IMgmtListBase, IMgmtSubBeanBase

public class MgmtListBase
extends MgmtSubBeanBase
implements IMgmtListBase


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 com.sonicsw.ma.mgmtapi.config.impl.MgmtSubBeanBase
getAttributeList, getAttributeMap, getAttributeMetaData, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getIntegerAttribute, getLongAttribute, getMgmtBeanFactory, getParent, getReferenceAttribute, getStringAttribute, removeAttribute, setAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
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

MgmtListBase

public MgmtListBase(IMgmtBase parent,
                    java.lang.String name,
                    boolean isNew)
             throws MgmtException
Throws:
MgmtException
Method Detail

add

public void add(java.lang.Object val)
         throws MgmtException
Specified by:
add in interface IMgmtListBase
Throws:
MgmtException

delete

public void delete(int index)
            throws MgmtException
Specified by:
delete in interface IMgmtListBase
Throws:
MgmtException

getCount

public int getCount()
             throws MgmtException
Specified by:
getCount in interface IMgmtListBase
Throws:
MgmtException

insert

public void insert(int index,
                   java.lang.Object val)
            throws MgmtException
Specified by:
insert in interface IMgmtListBase
Throws:
MgmtException

Sonic Management API

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