@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) @Documented public @interface JmxManaged
Used on a method it describes a JMX operation with an optional description.
An exception thrown by the method will be wrapped in a MBeanException
unless it already is a MBeanException
.
Used on a field it describes a JMX attribute. This attribute is readable if a getter on this field is available and writable if a setter is found.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
convertToTabularData |
String |
description |
public abstract String description
Copyright © 2020 The Apache Software Foundation. All rights reserved.