Uses of Enum Class
org.jboss.as.controller.client.MessageSeverity
Packages that use MessageSeverity
Package
Description
The core client API for interacting with the management controllers for
either a JBoss Application Server Managed Domain or a standalone JBoss Application Server.
-
Uses of MessageSeverity in org.jboss.as.controller.client
Methods in org.jboss.as.controller.client that return MessageSeverityModifier and TypeMethodDescriptionstatic MessageSeverityReturns the enum constant of this class with the specified name.static MessageSeverity[]MessageSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jboss.as.controller.client with parameters of type MessageSeverityModifier and TypeMethodDescriptionvoidOperationMessageHandler.handleReport(MessageSeverity severity, String message) Handle an operation progress report.