The Spring Framework

Uses of Class
org.springframework.jmx.export.MBeanExportException

Packages that use MBeanExportException
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
 class UnableToRegisterMBeanException
          Exception 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
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)
          Registers 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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.