Class NotificationCommand
java.lang.Object
org.jolokia.server.core.request.notification.NotificationCommand
- Direct Known Subclasses:
ClientCommand,RegisterCommand
Base command class holding the command type
- Since:
- 19.03.13
- Author:
- roland
-
Constructor Details
-
NotificationCommand
Constructor with type- Parameters:
pType- type of this command
-
-
Method Details
-
getType
Get the type of this command- Returns:
- command type
-
toJSON
public org.json.simple.JSONObject toJSON()
-