Class JolokiaNotificationRequest

java.lang.Object
org.jolokia.server.core.request.JolokiaRequest
org.jolokia.server.core.request.JolokiaNotificationRequest

public class JolokiaNotificationRequest extends JolokiaRequest
A request dealing with notification requests.
Since:
19.03.13
Author:
roland
  • Method Details

    • getCommand

      public <T extends NotificationCommand> T getCommand()
      Command encapsulating the concrete notification request
      Returns:
      notification command
    • toJSON

      public org.json.simple.JSONObject toJSON()
      Convert this request to a JSON object, which can be used as a part of a return value.
      Overrides:
      toJSON in class JolokiaRequest
      Returns:
      JSON object representing this base request object