Annotation Interface ManagedOperation
The 
@ManagedOperation annotation is used to indicate that a given method
should be considered a JMX operation.- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
 - 
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
 
 -