Class JolokiaExecRequest


public class JolokiaExecRequest extends JolokiaObjectNameRequest
A JMX request for exec operations, i.e. for executing JMX operations on MBeans.
Since:
15.03.11
Author:
roland
  • Method Details

    • getOperation

      public String getOperation()
      Get the operation name
      Returns:
      the operation name for this exec request
    • getArguments

      public List<?> getArguments()
      Get arguments or null if no arguments are given
      Returns:
      arguments
    • toJSON

      public org.json.simple.JSONObject toJSON()
      Return this request in a proper JSON representation
      Overrides:
      toJSON in class JolokiaObjectNameRequest
      Returns:
      this object in a JSON representation
    • toString

      public String toString()
      Overrides:
      toString in class Object