Annotation Type ManagedOperation
The
@ManagedOperation
annotation is used to indicate that a given method
should be considered a JMX operation.-
Optional Element Summary
-
Element Details
-
value
String valueDescription of the Managed Object- Returns:
- value
- Default:
- "Not Specified"
-
impact
String impactThe impact of an operation. NOTE: Valid values are UNKNOWN, ACTION, INFO, ACTION_INFO NOTE: applies to METHOD- Returns:
- String representing the impact of the operation
- Default:
- "UNKNOWN"
-
proxied
boolean proxiedDoes the managed field exist on a proxy object?- Returns:
- true if a proxy object is involved
- Default:
- false
-