wt.jmx.annotations
Annotation Type MBeanOperationImpact
@Retention(value=RUNTIME)
public @interface MBeanOperationImpact
Simple annotation class for use in annotating the impact of JMX MBean
interface methods. Such information, when present, is used by
StandardMBean to include this information in the
MBeanInfo it produces.
Supported API: true
Extendable: false
|
Required Element Summary |
int |
value
This value is expected to be one of the constants defined by MBeanOperationInfo. |
value
public abstract int value
- This value is expected to be one of the constants defined by
MBeanOperationInfo.
Supported API: true