Uses of Class
org.springframework.jmx.export.MBeanExportException
Packages that use MBeanExportException Package Description org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.Uses of MBeanExportException in org.springframework.jmx.export
Subclasses of MBeanExportException in org.springframework.jmx.export Modifier and Type Class Description classUnableToRegisterMBeanExceptionException thrown when we are unable to register an MBean, for example because of a naming conflict.Methods in org.springframework.jmx.export that throw MBeanExportException Modifier and Type Method Description protected 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.ObjectNameMBeanExporter. registerManagedResource(Object managedResource)voidMBeanExporter. registerManagedResource(Object managedResource, ObjectName objectName)ObjectNameMBeanExportOperations. registerManagedResource(Object managedResource)Register the supplied resource with JMX.voidMBeanExportOperations. registerManagedResource(Object managedResource, ObjectName objectName)Register the supplied resource with JMX.