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:
  • Constructor Details

    • ManagedOperation

      public ManagedOperation()