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

ManagedOperation

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) class 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.

Author
Rob Harrop

Since
1.2

See Also
org.springframework.jmx.export.metadata.ManagedOperation

Constructors

<init>

ManagedOperation(description: String, currencyTimeLimit: Int)

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.

Properties

currencyTimeLimit

val currencyTimeLimit: Int

description

val description: String