Package wt.jmx.annotations
Annotation Interface MBeanOperationImpact
Simple annotation class for use in annotating the impact of JMX MBean
interface methods. Such information, when present, is used by
Supported API: true
Extendable: false
StandardMBean to include this information in the
MBeanInfo it produces.
Supported API: true
Extendable: false
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionintThis value is expected to be one of the constants defined byMBeanOperationInfo.
-
Element Details
-
value
int valueThis value is expected to be one of the constants defined byMBeanOperationInfo.
Supported API: true
-