Package com.adobe.granite.jmx.annotation
Annotation Type Impact
-
@Target(METHOD) @Retention(RUNTIME) @Inherited @Documented public @interface Impact
Produces an operation impact that will be returned by JMXMBeanOperationInfo.getImpact()
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int
value
-
-
-
Element Detail
-
value
int value
One ofMBeanOperationInfo.ACTION
,MBeanOperationInfo.ACTION_INFO
,MBeanOperationInfo.INFO
,MBeanOperationInfo.UNKNOWN
.- Returns:
- the value
-
-