A MBeanInfoProvider that searches for a MBeanInfo instance in the PicoContainer. Keys of both components follow
naming conventions.
author: Jörg Schaible
Use the key of the component to search for a MBeanInfo in the PicoContainer. The matching MBeanInfo must be
stored in the PicoContainer. The key of the MBeanInfo follows the naming scheme
"<ComponentKey>MBeanInfo". The the component's key is a type, the class name is used as prefix
otherwise the string representation of the key. The key part may already end with "MBean" as it would
for components registered with the management interface as key, that follow the JMX naming conventions. As last
resort the calculated key of the MBeanInfo is turned into a type that is used again as lookup key.
See Also:org.picocontainer.gems.jmx.MBeanInfoProvider.provide(org.picocontainer.PicoContainerorg.picocontainer.ComponentAdapter)
Methods inherited from org.picocontainer.gems.jmx.AbstractNamingConventionMBeanInfoProvider