Package org.infinispan.jmx.annotations
Annotation Interface ManagedOperation
Indicates that a method in an MBean class defines an MBean operation. @ManagedOperation annotation can be applied to
a public method of a public class that is itself optionally annotated with an @MBean annotation, or inherits such an
annotation from a superclass.
- Since:
- 4.0
- Author:
- (various)
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe human-readable description of the operation.Similar withdescription()but shorter.The name of the JMX operation.
-
Element Details
-
name
String nameThe name of the JMX operation.- Default:
""
-
description
String descriptionThe human-readable description of the operation.- Default:
""
-
displayName
String displayNameSimilar withdescription()but shorter.- Default:
""
-