Package org.wildfly.core.cli.command
Interface BatchCompliantCommand
-
- All Superinterfaces:
DMRCommand
- All Known Implementing Classes:
AbstractDeployCommand,AbstractDeployContentCommand,AbstractUndeployCommand,DeployArchiveCommand,DeployFileCommand,DeployUrlCommand,DisableAllCommand,DisableCommand,EnableAllCommand,EnableCommand,UndeployArchiveCommand,UndeployCommand
public interface BatchCompliantCommand extends DMRCommand
A Command that can be added to batch must implement this interface.- Author:
- jdenise@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBatchCompliantCommand.BatchResponseHandlerCalled by batch once composite response is received.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCompliantCommand.BatchResponseHandlerbuildBatchResponseHandler(CommandContext commandContext, Attachments attachments)-
Methods inherited from interface org.wildfly.core.cli.command.DMRCommand
buildRequest, buildRequest
-
-
-
-
Method Detail
-
buildBatchResponseHandler
BatchCompliantCommand.BatchResponseHandler buildBatchResponseHandler(CommandContext commandContext, Attachments attachments) throws CommandLineException
- Throws:
CommandLineException
-
-