Uses of Class
org.jboss.as.controller.client.MessageSeverity
-
Packages that use MessageSeverity Package Description org.jboss.as.controller.client 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 MessageSeverity Modifier and Type Method Description static MessageSeverityMessageSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageSeverity[]MessageSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.as.controller.client with parameters of type MessageSeverity Modifier and Type Method Description voidOperationMessageHandler. handleReport(MessageSeverity severity, String message)Handle an operation progress report.
-