Interface JmxOperationParameter


  • public interface JmxOperationParameter
    Describes the parameters of an operation on a JMX endpoint.
    Since:
    2.0.0
    • Method Detail

      • getName

        String getName()
        Return the name of the operation parameter.
        Returns:
        the name of the parameter
      • getType

        Class<?> getType()
        Return the type of the operation parameter.
        Returns:
        the type
      • getDescription

        String getDescription()
        Return the description of the parameter or null if none is available.
        Returns:
        the description or null