Class NotificationCommand

java.lang.Object
org.jolokia.server.core.request.notification.NotificationCommand
Direct Known Subclasses:
ClientCommand, RegisterCommand

public abstract class NotificationCommand extends Object
Base command class holding the command type
Since:
19.03.13
Author:
roland
  • Constructor Details

    • NotificationCommand

      protected NotificationCommand(NotificationCommandType pType)
      Constructor with type
      Parameters:
      pType - type of this command
  • Method Details

    • getType

      public NotificationCommandType getType()
      Get the type of this command
      Returns:
      command type
    • toJSON

      public org.json.simple.JSONObject toJSON()