org.springframework.jmx.export.annotation
Annotation Type ManagedOperation
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface ManagedOperation
JDK 1.5+ method-level annotation that indicates to expose a given method
 as 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:
 ManagedOperation
 
description
public abstract String description
 
- Default:
 - ""
 
currencyTimeLimit
public abstract int currencyTimeLimit
 
- Default:
 - -1