| Package | Description |
|---|---|
| org.picocontainer.gems.jmx |
The package contains classes to expose components of PicoContainer with JMX.
|
| org.picocontainer.gems.jmx.mx4j |
The package contains classes based on MX4J to expose components of PicoContainer with JMX.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardMBeanFactory
A factory for DynamicMBeans, that creates MBean instances using the classes
StandardMBean and
ModelMBean provided by the JMX specification. |
| Modifier and Type | Method and Description |
|---|---|
protected DynamicMBeanFactory |
NamingConventionConstructingProvider.getMBeanFactory()
Return a
StandardMBeanFactory. |
protected abstract DynamicMBeanFactory |
AbstractConstructingProvider.getMBeanFactory() |
| Constructor and Description |
|---|
RegisteredMBeanConstructingProvider(DynamicMBeanFactory factory)
Construct a RegisteredMBeanConstructingProvider, that uses a specific
DynamicMBeanFactory. |
| Modifier and Type | Class and Description |
|---|---|
class |
MX4JDynamicMBeanFactory
This is the a factory for creating DynamicMBean instances.
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.