Class ResourceDMBean.AttributeEntry

  • Enclosing class:
    ResourceDMBean

    public static class ResourceDMBean.AttributeEntry
    extends java.lang.Object
    • Field Detail

      • type

        protected final java.lang.reflect.AccessibleObject type
      • name

        protected final java.lang.String name
        The name of the field or method. Can be different from the key in atts when name in @Property or
      • info

        protected final javax.management.MBeanAttributeInfo info
    • Constructor Detail

      • AttributeEntry

        public AttributeEntry​(java.lang.reflect.AccessibleObject type,
                              java.lang.String name,
                              javax.management.MBeanAttributeInfo info)