Class JmxAttributeMetadata

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmxAttributeMetadata
    extends java.lang.Object
    implements java.io.Serializable
    Persistable and cacheable metadata for JMX attributes
    Since:
    5.1
    Author:
    Manik Surtani
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JmxAttributeMetadata​(java.lang.reflect.Field field)
      Deprecated.
      Since 10.0, will be removed in 11 as the annotation is not available at runtime
      JmxAttributeMetadata​(java.lang.reflect.Method method)  
      JmxAttributeMetadata​(java.lang.String name, java.lang.String description, boolean writable, boolean useSetter, java.lang.String type, boolean is)  
    • Constructor Detail

      • JmxAttributeMetadata

        public JmxAttributeMetadata​(java.lang.String name,
                                    java.lang.String description,
                                    boolean writable,
                                    boolean useSetter,
                                    java.lang.String type,
                                    boolean is)
      • JmxAttributeMetadata

        @Deprecated
        public JmxAttributeMetadata​(java.lang.reflect.Field field)
        Deprecated.
        Since 10.0, will be removed in 11 as the annotation is not available at runtime
      • JmxAttributeMetadata

        public JmxAttributeMetadata​(java.lang.reflect.Method method)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • isWritable

        public boolean isWritable()
      • isUseSetter

        public boolean isUseSetter()
      • getType

        public java.lang.String getType()
      • isIs

        public boolean isIs()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object