Class MBeanAttributesReadHandler


  • public class MBeanAttributesReadHandler
    extends ReadHandler
    Author:
    Krassimir Valev
    • Constructor Detail

      • MBeanAttributesReadHandler

        public MBeanAttributesReadHandler​(@Singleton
                                          MBeanServerDelegate delegate,
                                          String mbeanname,
                                          String[] attributenames)
        Creates an instance of MBeanAttributeReadHandler, which handles bulk MBean attribute read requests.
        Parameters:
        delegate - The MBeanServerDelegate to get information from.
        mbeanname - The ObjectName of the MBean to get information from.
        attributename - The name of the MBean attribute to get values for.
    • Method Detail

      • getRequestObject

        public jakarta.json.JsonObject getRequestObject()
      • getValueObject

        public jakarta.json.JsonValue getValueObject()
                                              throws jakarta.json.JsonException
        Throws:
        jakarta.json.JsonException