Uses of Package
org.springframework.jmx.export.metadata

Packages that use org.springframework.jmx.export.metadata
org.springframework.jmx.export.annotation JDK 1.5+ annotations for MBean exposure. 
org.springframework.jmx.export.assembler Provides a strategy for MBeanInfo assembly. 
org.springframework.jmx.export.metadata Provides generic JMX metadata classes and basic support for reading JMX metadata in a provider-agnostic manner. 
org.springframework.jmx.export.naming Provides a strategy for ObjectName creation. 
 

Classes in org.springframework.jmx.export.metadata used by org.springframework.jmx.export.annotation
InvalidMetadataException
          Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
JmxAttributeSource
          Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
ManagedAttribute
          Metadata that indicates to expose a given bean property as JMX attribute.
ManagedOperation
          Metadata that indicates to expose a given method as JMX operation.
ManagedOperationParameter
          Metadata about JMX operation parameters.
ManagedResource
          Metadata that indicates to register instances of a given class with a JMX server.
 

Classes in org.springframework.jmx.export.metadata used by org.springframework.jmx.export.assembler
JmxAttributeSource
          Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
 

Classes in org.springframework.jmx.export.metadata used by org.springframework.jmx.export.metadata
AbstractJmxAttribute
          Base class for all JMX metadata classes.
InvalidMetadataException
          Thrown by the JmxAttributeSource when it encounters incorrect metadata on a managed resource or one of its methods.
JmxAttributeSource
          Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
ManagedAttribute
          Metadata that indicates to expose a given bean property as JMX attribute.
ManagedOperation
          Metadata that indicates to expose a given method as JMX operation.
ManagedOperationParameter
          Metadata about JMX operation parameters.
ManagedResource
          Metadata that indicates to register instances of a given class with a JMX server.
 

Classes in org.springframework.jmx.export.metadata used by org.springframework.jmx.export.naming
JmxAttributeSource
          Interface used by the MetadataMBeanInfoAssembler to read source-level metadata from a managed resource's class.
 



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