| Package | Description |
|---|---|
| org.picocontainer.gems.jmx |
The package contains classes to expose components of PicoContainer with JMX.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNamingConventionMBeanInfoProvider
Abstract base class for MBeanInfoProvider that search MBeanInfo in the PicoContainer registered with a key that
follows naming conventions.
|
class |
ComponentKeyConventionMBeanInfoProvider
A MBeanInfoProvider that searches for a MBeanInfo instance in the PicoContainer.
|
class |
ComponentTypeConventionMBeanInfoProvider
A MBeanInfoProvider that searches for a MBeanInfo instance in the PicoContainer.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanInfoProvider[] |
NamingConventionConstructingProvider.getMBeanInfoProviders()
Return an array with an instance of type
ComponentKeyConventionMBeanInfoProvider and
ComponentTypeConventionMBeanInfoProvider. |
protected abstract MBeanInfoProvider[] |
AbstractConstructingProvider.getMBeanInfoProviders()
Deliver the MBeanInfoProvider instances to use.
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.