Class ServerInfoMBean.Attribute

  • Enclosing class:
    ServerInfoMBean

    static final class ServerInfoMBean.Attribute
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String description  
      private java.util.function.Supplier<java.lang.Object> getter  
      private java.lang.String name  
      private java.lang.Class<?> type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Attribute​(java.lang.String p_i231480_1_, java.util.function.Supplier<java.lang.Object> p_i231480_2_, java.lang.String p_i231480_3_, java.lang.Class<?> p_i231480_4_)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private javax.management.MBeanAttributeInfo asMBeanAttributeInfo()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        private final java.lang.String name
      • getter

        private final java.util.function.Supplier<java.lang.Object> getter
      • description

        private final java.lang.String description
      • type

        private final java.lang.Class<?> type
    • Constructor Detail

      • Attribute

        private Attribute​(java.lang.String p_i231480_1_,
                          java.util.function.Supplier<java.lang.Object> p_i231480_2_,
                          java.lang.String p_i231480_3_,
                          java.lang.Class<?> p_i231480_4_)
    • Method Detail

      • asMBeanAttributeInfo

        private javax.management.MBeanAttributeInfo asMBeanAttributeInfo()