@Documented
@Retention(value=RUNTIME)
public @interface JMXBeanOperation
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
The description of this operation, empty by default.
|
JMXBeanOperation.IMPACT_TYPES |
impactType
JMX operation impact type,
MBeanOperationInfo.UNKNOWN by default. |
java.lang.String |
name
Name of this operation, the method name by default.
|
public abstract java.lang.String name
public abstract java.lang.String description
public abstract JMXBeanOperation.IMPACT_TYPES impactType
MBeanOperationInfo.UNKNOWN
by default.Please send bug reports and comments to Caplin support