Uses of Class
org.springframework.jmx.export.metadata.AbstractJmxAttribute

Packages that use AbstractJmxAttribute
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
 

Uses of AbstractJmxAttribute in org.springframework.jmx.export.metadata
 

Subclasses of AbstractJmxAttribute in org.springframework.jmx.export.metadata
 class ManagedAttribute
          Metadata that indicates to expose a given bean property as JMX attribute.
 class ManagedOperation
          Metadata that indicates to expose a given method as JMX operation.
 class ManagedResource
          Metadata that indicates to register instances of a given class with a JMX server.
 



Copyright (c) 2002-2007 The Spring Framework Project.