Package org.jboss.as.controller.client
Interface OperationMessageHandler
public interface OperationMessageHandler
An operation message handler for handling progress reports.
- Author:
- David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OperationMessageHandlerA noop operation message handler, which discards all received messages.static final OperationMessageHandlerAn operation message handler which logs to the current system log. -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleReport(MessageSeverity severity, String message) Handle an operation progress report.
-
Field Details
-
logging
An operation message handler which logs to the current system log. -
DISCARD
A noop operation message handler, which discards all received messages.
-
-
Method Details
-
handleReport
Handle an operation progress report.- Parameters:
severity- the severity of the messagemessage- the message
-