abstractpublic class AbstractNamingConventionMBeanInfoProvider implements MBeanInfoProvider(Code)
Abstract base class for MBeanInfoProvider that search MBeanInfo in the PicoContainer registered with a key that
follows naming conventions.
author: Jörg Schaible
Locate a MBeanInfo as component in a PicoContainer. If no component is registered using the name of the MBeanInfo
as key, the method turns the name into a type and searches again.
Parameters: mBeanInfoName - The name of the MBeanInfo used as key. Parameters: picoContainer - The PicoContainer used for the lookup. Parameters: classLoader - The ClassLoader used to load the type of the key. Returns the MBeanInfo instance or null.