当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
ManagedOperation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
org.springframework.jmx.export.metadata
Class ManagedOperation
java.lang.Object
org.springframework.jmx.export.metadata.AbstractJmxAttribute
org.springframework.jmx.export.metadata.ManagedOperation
public class ManagedOperation
- extends AbstractJmxAttribute
Metadata that indicates to expose a given method as JMX operation.
Only valid when used on a method that is not a JavaBean getter or setter.
- Since:
- 1.2
- Author:
- Rob Harrop
- See Also:
MetadataMBeanInfoAssembler
,
MBeanExporter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedOperation
public ManagedOperation()
Copyright © 2002-2007 The Spring Framework.