spring-framework / org.springframework.jmx.export.metadata / ManagedOperation

ManagedOperation

open class ManagedOperation : 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.

Author
Rob Harrop

Since
1.2

See Also
org.springframework.jmx.export.assembler.MetadataMBeanInfoAssemblerorg.springframework.jmx.export.MBeanExporter

Constructors

<init>

ManagedOperation()

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.