public abstract class AbstractNamingConventionMBeanInfoProvider extends Object implements MBeanInfoProvider
| Constructor and Description |
|---|
AbstractNamingConventionMBeanInfoProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected MBeanInfo |
instantiateMBeanInfo(String mBeanInfoName,
PicoContainer picoContainer,
ClassLoader classLoader)
Locate a MBeanInfo as component in a PicoContainer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprovidepublic AbstractNamingConventionMBeanInfoProvider()
protected MBeanInfo instantiateMBeanInfo(String mBeanInfoName, PicoContainer picoContainer, ClassLoader classLoader)
mBeanInfoName - The name of the MBeanInfo used as key.picoContainer - The PicoContainer used for the lookup.classLoader - The ClassLoader used to load the type of the key.null.Copyright © 2003-2014 Codehaus. All Rights Reserved.