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 Summary
Optional Elements 
- 
Element Details
- 
description
String description- Default:
 - ""
 
 - 
currencyTimeLimit
int currencyTimeLimit- Default:
 - -1
 
 
 -