类的使用
org.springframework.jmx.export.MBeanExportException
使用MBeanExportException的程序包 程序包 说明 org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans.org.springframework.jmx.export中MBeanExportException的使用
org.springframework.jmx.export中MBeanExportException的子类 修饰符和类型 类 说明 classUnableToRegisterMBeanExceptionException thrown when we are unable to register an MBean, for example because of a naming conflict.抛出MBeanExportException的org.springframework.jmx.export中的方法 修饰符和类型 方法 说明 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.