| Package | Description |
|---|---|
| org.picocontainer.gems.jmx |
The package contains classes to expose components of PicoContainer with JMX.
|
| Modifier and Type | Method and Description |
|---|---|
JMXRegistrationInfo |
RegisteredMBeanConstructingProvider.provide(PicoContainer picoContainer,
ComponentAdapter componentAdapter)
Provide a DynamicMBean for the given Pico component.
|
JMXRegistrationInfo |
DynamicMBeanProvider.provide(PicoContainer picoContainer,
ComponentAdapter componentAdapter)
Provide a
DynamicMBean from the component delivered by the ComponentAdapter. |
JMXRegistrationInfo |
DynamicMBeanComponentProvider.provide(PicoContainer picoContainer,
ComponentAdapter componentAdapter)
Provide the component itself as
DynamicMBean if it is one and if an ObjectName can be created. |
JMXRegistrationInfo |
AbstractConstructingProvider.provide(PicoContainer picoContainer,
ComponentAdapter componentAdapter)
Create a StandardMBean from the component provided by the ComponentAdapter.
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.