Interface JmxOperationParameter


public interface JmxOperationParameter
Describes the parameters of an operation on a JMX endpoint.
Since:
2.0.0
Author:
Stephane Nicoll, Phillip Webb
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    Return the description of the parameter or null if none is available.
    Return the name of the operation parameter.
    Return the type of the operation parameter.
  • Method Details

    • 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

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