org.broadleafcommerce.common.jmx
Class AnnotationJmxAttributeSource

java.lang.Object
  extended by org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
      extended by org.broadleafcommerce.common.jmx.AnnotationJmxAttributeSource
All Implemented Interfaces:
org.springframework.jmx.export.metadata.JmxAttributeSource

public class AnnotationJmxAttributeSource
extends org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource

Author:
jfischer

Constructor Summary
AnnotationJmxAttributeSource(String appName)
           
 
Method Summary
 org.springframework.jmx.export.metadata.ManagedResource getManagedResource(Class beanClass)
           
 
Methods inherited from class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
getManagedAttribute, getManagedMetric, getManagedNotifications, getManagedOperation, getManagedOperationParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationJmxAttributeSource

public AnnotationJmxAttributeSource(String appName)
Method Detail

getManagedResource

public org.springframework.jmx.export.metadata.ManagedResource getManagedResource(Class beanClass)
                                                                           throws org.springframework.jmx.export.metadata.InvalidMetadataException
Specified by:
getManagedResource in interface org.springframework.jmx.export.metadata.JmxAttributeSource
Overrides:
getManagedResource in class org.springframework.jmx.export.annotation.AnnotationJmxAttributeSource
Throws:
org.springframework.jmx.export.metadata.InvalidMetadataException


Copyright © 2012. All Rights Reserved.