Class MBeanAttributeReadHandler
- java.lang.Object
-
- fish.payara.monitoring.rest.app.handler.ResourceHandler
-
- fish.payara.monitoring.rest.app.handler.ReadHandler
-
- fish.payara.monitoring.rest.app.handler.MBeanAttributeReadHandler
-
public class MBeanAttributeReadHandler extends ReadHandler
- Author:
- Fraser Savage
-
-
Field Summary
-
Fields inherited from class fish.payara.monitoring.rest.app.handler.ReadHandler
requesttype
-
Fields inherited from class fish.payara.monitoring.rest.app.handler.ResourceHandler
delegate
-
-
Constructor Summary
Constructors Constructor Description MBeanAttributeReadHandler(MBeanServerDelegate delegate, String mbeanname, String attributename)Creates an instance of MBeanAttributeReadHandler, which handles MBean attribute read requests.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.json.JsonObjectgetRequestObject()jakarta.json.JsonValuegetValueObject()-
Methods inherited from class fish.payara.monitoring.rest.app.handler.ResourceHandler
getResource, getTraceObject, setStatus
-
-
-
-
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- TheMBeanServerDelegateto get information from.mbeanname- TheObjectNameof the MBean to get information from.attributename- The name of the MBean attribute to get values for.
-
-