当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ManagedOperation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
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
Copyright © 2002-2007 The Spring Framework.