The Spring Framework

Uses of Interface
org.springframework.jmx.export.MBeanExportOperations

Packages that use MBeanExportOperations
org.springframework.jmx.export This package provides declarative creation and registration of Spring-managed beans as JMX MBeans. 
org.springframework.jmx.export.annotation JDK 1.5+ annotations for MBean exposure. 
 

Uses of MBeanExportOperations in org.springframework.jmx.export
 

Classes in org.springframework.jmx.export that implement MBeanExportOperations
 class MBeanExporter
          JMX exporter that allows for exposing any Spring-managed bean to a JMX MBeanServer, without the need to define any JMX-specific information in the bean classes.
 

Uses of MBeanExportOperations in org.springframework.jmx.export.annotation
 

Classes in org.springframework.jmx.export.annotation that implement MBeanExportOperations
 class AnnotationMBeanExporter
          Convenient subclass of Spring's standard MBeanExporter, activating Java 5 annotation usage for JMX exposure of Spring beans: ManagedResource, ManagedAttribute, ManagedOperation, etc.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.