接口 JmxOperation

所有超级接口:
Operation

public interface JmxOperation extends Operation
An operation on a JMX endpoint.
从以下版本开始:
2.0.0
作者:
Stephane Nicoll, Andy Wilkinson, Phillip Webb
  • 方法详细资料

    • getName

      String getName()
      Returns the name of the operation.
      返回:
      the operation name
    • getOutputType

      Class<?> getOutputType()
      Returns the type of the output of the operation.
      返回:
      the output type
    • getDescription

      String getDescription()
      Returns the description of the operation.
      返回:
      the operation description
    • getParameters

      List<JmxOperationParameter> getParameters()
      Returns the parameters the operation expects in the order that they should be provided.
      返回:
      the operation parameter names