| Package | Description |
|---|---|
| org.picocontainer.gems.jmx |
The package contains classes to expose components of PicoContainer with JMX.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractObjectNameFactory
An abstract ObjectNameFactory that offers functionality to handle the domain part of the object name.
|
class |
PredefinedObjectNameFactory
An ObjectNameFactory, that uses the key of the Pico component as
ObjectName, if the key is of this type. |
class |
TypedObjectNameFactory
An ObjectNameFactory, that uses the type of the
DynamicMBean implementation to register. |
| Modifier and Type | Method and Description |
|---|---|
ObjectNameFactory |
NamingConventionConstructingProvider.getObjectNameFactory() |
protected abstract ObjectNameFactory |
AbstractConstructingProvider.getObjectNameFactory()
Deliver the ObjectNameFactory used to provide the
ObjectName instances registering the MBeans. |
| Constructor and Description |
|---|
DynamicMBeanComponentProvider(ObjectNameFactory factory)
Construct a DynamicMBeanComponentProvider with a specified ObjectNameFactory.
|
NamingConventionConstructingProvider(ObjectNameFactory factory)
Construct a NamingConventionConstructingProvider.
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.