Uses of Class
org.jolokia.server.core.request.notification.NotificationCommand
Packages that use NotificationCommand
-
Uses of NotificationCommand in org.jolokia.server.core.request
Methods in org.jolokia.server.core.request with type parameters of type NotificationCommandModifier and TypeMethodDescription<T extends NotificationCommand>
TJolokiaNotificationRequest.getCommand()Command encapsulating the concrete notification request -
Uses of NotificationCommand in org.jolokia.server.core.request.notification
Subclasses of NotificationCommand in org.jolokia.server.core.request.notificationModifier and TypeClassDescriptionclassCommand for adding a notification listener for a client with optional filter and handback.classA base command which should be subclassed by every command requiring 'client' attribute.classList command for getting all registered notification for a client.classCommand for creating and opening a channel for transmitting notifications back to the client.classPing commands are used for updating a clients freshness.classRegister a new clientclassRemove a listener by its handleclassUnregister a clientMethods in org.jolokia.server.core.request.notification that return NotificationCommandModifier and TypeMethodDescriptionstatic NotificationCommandNotificationCommandFactory.createCommand(Map<String, ?> pCommandMap) Create a command out of a map, possible out of aJSONObject.static NotificationCommandNotificationCommandFactory.createCommand(Stack<String> pStack) Create a command out of the request path.