| 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.
|
| Class and Description |
|---|
| AbstractConstructingProvider
A DynamicMBeanProvider that constructs StandardMBean instances that as long as an ObjectName and a MBeanInfo can be
generated for the component.
|
| AbstractNamingConventionMBeanInfoProvider
Abstract base class for MBeanInfoProvider that search MBeanInfo in the PicoContainer registered with a key that
follows naming conventions.
|
| AbstractObjectNameFactory
An abstract ObjectNameFactory that offers functionality to handle the domain part of the object name.
|
| DynamicMBeanFactory
This factory is responsible for creating instances of DynamicMBean without being dependent on one particular
implementation or external dependency.
|
| DynamicMBeanProvider
Provide instances of DynamicMBean from Pico components.
|
| JMXRegistrationException
A registration exception caused trying to register the component with JMX.
|
| JMXRegistrationInfo
Helper class to associate a MBean with an ObjectName.
|
| MBeanInfoProvider
Provide a MBeanInfo for a component.
|
| ObjectNameFactory
Core interface for generating ObjectName instances for a DynamicMBean.
|
| Class and Description |
|---|
| DynamicMBeanFactory
This factory is responsible for creating instances of DynamicMBean without being dependent on one particular
implementation or external dependency.
|
| StandardMBeanFactory
A factory for DynamicMBeans, that creates MBean instances using the classes
StandardMBean and
ModelMBean provided by the JMX specification. |
Copyright © 2003-2014 Codehaus. All Rights Reserved.