Package | Description |
---|---|
org.springframework.jmx.export |
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
|
Modifier and Type | Class and Description |
---|---|
class |
UnableToRegisterMBeanException
Exception thrown when we are unable to register an MBean,
for example because of a naming conflict.
|
Modifier and Type | Method and Description |
---|---|
protected ModelMBean |
MBeanExporter.createAndConfigureMBean(Object managedResource,
String beanKey)
Creates an MBean that is configured with the appropriate management
interface for the supplied managed resource.
|
protected ObjectName |
MBeanExporter.registerBeanNameOrInstance(Object mapValue,
String beanKey)
Register an individual bean with the
MBeanServer . |
ObjectName |
MBeanExporter.registerManagedResource(Object managedResource) |
ObjectName |
MBeanExportOperations.registerManagedResource(Object managedResource)
Register the supplied resource with JMX.
|
void |
MBeanExporter.registerManagedResource(Object managedResource,
ObjectName objectName) |
void |
MBeanExportOperations.registerManagedResource(Object managedResource,
ObjectName objectName)
Register the supplied resource with JMX.
|