Annotation Interface ManagedOperation
Method-level annotation that indicates to expose a given method as a JMX operation,
 corresponding to the 
ManagedOperation
 attribute.
 Only valid when used on a method that is not a JavaBean getter or setter.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
descriptionString description- Default:
- ""
 
- 
currencyTimeLimitint currencyTimeLimit- Default:
- -1
 
 
-