Uses of Enum Class
org.jolokia.server.core.request.notification.NotificationCommandType
Packages that use NotificationCommandType
-
Uses of NotificationCommandType in org.jolokia.server.core.request.notification
Methods in org.jolokia.server.core.request.notification that return NotificationCommandTypeModifier and TypeMethodDescriptionNotificationCommand.getType()Get the type of this commandstatic NotificationCommandTypeNotificationCommandType.getTypeByName(String pName) Case insensitive lookup by namestatic NotificationCommandTypeReturns the enum constant of this class with the specified name.static NotificationCommandType[]NotificationCommandType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jolokia.server.core.request.notification with parameters of type NotificationCommandTypeModifierConstructorDescriptionprotectedClientCommand(NotificationCommandType pType, Map<String, ?> pMap) Constructor for POST requests.protectedClientCommand(NotificationCommandType pType, Stack<String> pStack) Constructor used for GET requests.protectedConstructor with type