* @throws MBeanConfigException exception if the param parsing is not successful
*/
public void setDescriptions(String attrsMapList[][], String[] attrDescriptions, String[] operDescriptions) throws MBeanConfigException
{
m_Attrs = createAttrsDescriptors(attrsMapList);
MBeanEasyConfig easyConfig = new MBeanEasyConfig(getClass(), attrDescriptions, operDescriptions, null);
m_MBeanInfo = easyConfig.getMBeanInfo();
}