Class MBeanAttributeReadHandler


  • public class MBeanAttributeReadHandler
    extends ReadHandler
    Author:
    Fraser Savage
    • Constructor Detail

      • MBeanAttributeReadHandler

        public MBeanAttributeReadHandler​(@Singleton
                                         MBeanServerDelegate delegate,
                                         String mbeanname,
                                         String attributename)
        Creates an instance of MBeanAttributeReadHandler, which handles 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