Class JmxOperationMetadata

  • All Implemented Interfaces:
    java.io.Serializable

    public class JmxOperationMetadata
    extends java.lang.Object
    implements java.io.Serializable
    Persistable and cacheable metadata for JMX operations
    Since:
    5.1
    Author:
    Manik Surtani
    See Also:
    Serialized Form
    • Constructor Detail

      • JmxOperationMetadata

        public JmxOperationMetadata​(java.lang.String methodName,
                                    java.lang.String operationName,
                                    java.lang.String description,
                                    java.lang.String returnType,
                                    JmxOperationParameter... methodParameters)
      • JmxOperationMetadata

        @Deprecated
        public JmxOperationMetadata​(java.lang.reflect.Method m)
        Deprecated.
        Since 10.0, will be removed in 11 as the annotation is not available at runtime
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
      • getOperationName

        public java.lang.String getOperationName()
      • getMethodName

        public java.lang.String getMethodName()
      • getReturnType

        public java.lang.String getReturnType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object