@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MBeanOperation
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
description
The description that will be shown in a JMX console for this MBean operation.
|
| Modifier and Type | Optional Element and Description |
|---|---|
MBeanOperation.Impact |
impact
The impact of this MBean operation.
|
public abstract java.lang.String description
public abstract MBeanOperation.Impact impact