| 程序包 | 说明 |
|---|---|
| org.springframework.jmx.export |
This package provides declarative creation and registration of
Spring-managed beans as JMX MBeans.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
UnableToRegisterMBeanException
Exception thrown when we are unable to register an MBean,
for example because of a naming conflict.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|