Package org.jboss.as.cli.handlers
Interface ResponseHandler
-
public interface ResponseHandlerCalled by batch once composite response is received.- Author:
- jdenise@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleResponse(org.jboss.dmr.ModelNode step, OperationResponse response)Handle the passed step.
-
-
-
Method Detail
-
handleResponse
void handleResponse(org.jboss.dmr.ModelNode step, OperationResponse response) throws CommandLineExceptionHandle the passed step.- Parameters:
step- The current step.response- The operation that contains the step.- Throws:
CommandLineException
-
-