接口 JmxOperationParameter


public interface JmxOperationParameter
Describes the parameters of an operation on a JMX endpoint.
从以下版本开始:
2.0.0
作者:
Stephane Nicoll, Phillip Webb
  • 方法概要

    修饰符和类型
    方法
    说明
    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.
  • 方法详细资料

    • getName

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

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

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