Package com.qfs.jmx
Annotation Type JmxOperation
-
@Retention(RUNTIME) @Target(METHOD) public @interface JmxOperation
Annotation marking a method exposing a MBean operation.- Author:
- ActiveViam
-
-
Field Summary
Fields Modifier and Type Fields Description static StringUSE_JAVA_METHOD_NAMEDefault method name.
-
-
-
Field Detail
-
USE_JAVA_METHOD_NAME
static final String USE_JAVA_METHOD_NAME
Default method name.
-
-
Element Detail
-
desc
String desc
Gets a description of the JMX operation.- Returns:
- a textual description
-
-
-
params
String[] params
Gets the list of parameter names to provide to the method.- Returns:
- operation parameters
-
-
-
name
String name
Gets the name of the JMX operation.- Returns:
- operation name
- Default:
- ""
-
-