Uses of Class
org.springframework.jmx.export.MBeanExportException
Packages that use MBeanExportException
Package
Description
This package provides declarative creation and registration of
 Spring-managed beans as JMX MBeans.
- 
Uses of MBeanExportException in org.springframework.jmx.exportSubclasses of MBeanExportException in org.springframework.jmx.exportModifier and TypeClassDescriptionclassException thrown when we are unable to register an MBean, for example because of a naming conflict.Methods in org.springframework.jmx.export that throw MBeanExportExceptionModifier and TypeMethodDescriptionprotected ModelMBeanMBeanExporter.createAndConfigureMBean(Object managedResource, String beanKey) Creates an MBean that is configured with the appropriate management interface for the supplied managed resource.protected ObjectNameMBeanExporter.registerBeanNameOrInstance(Object mapValue, String beanKey) Register an individual bean with theMBeanServer.MBeanExporter.registerManagedResource(Object managedResource) voidMBeanExporter.registerManagedResource(Object managedResource, ObjectName objectName) MBeanExportOperations.registerManagedResource(Object managedResource) Register the supplied resource with JMX.voidMBeanExportOperations.registerManagedResource(Object managedResource, ObjectName objectName) Register the supplied resource with JMX.