Class OpenCommand
java.lang.Object
org.jolokia.server.core.request.notification.NotificationCommand
org.jolokia.server.core.request.notification.ClientCommand
org.jolokia.server.core.request.notification.OpenCommand
Command for creating and opening a channel for transmitting notifications
back to the client.
A
mode must be given to detect the proper backend.- Since:
- 19/10/15
- Author:
- roland
-
Constructor Summary
ConstructorsConstructorDescriptionOpenCommand(Map<String, ?> pMap) Constructor for POST requestsOpenCommand(Stack<String> pStack) Constructor for GET requests -
Method Summary
Methods inherited from class org.jolokia.server.core.request.notification.ClientCommand
getClient, toJSONMethods inherited from class org.jolokia.server.core.request.notification.NotificationCommand
getType
-
Constructor Details
-
OpenCommand
Constructor for GET requests- Parameters:
pStack- path parameters
-
OpenCommand
Constructor for POST requests- Parameters:
pMap- map containing parameters
-
-
Method Details
-
getMode
-