Package org.jboss.as.cli.batch.impl
Class DefaultBatchedCommand
- java.lang.Object
-
- org.jboss.as.cli.batch.impl.DefaultBatchedCommand
-
- All Implemented Interfaces:
BatchedCommand
public class DefaultBatchedCommand extends Object implements BatchedCommand
- Author:
- Alexey Loubyansky
-
-
Constructor Summary
Constructors Constructor Description DefaultBatchedCommand(CommandContext ctx, String command, org.jboss.dmr.ModelNode request, ResponseHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCommand()CommandContextgetCommandContext()org.jboss.dmr.ModelNodegetDescriptionResponse()org.jboss.dmr.ModelNodegetRequest()ResponseHandlergetResponseHandler()
-
-
-
Constructor Detail
-
DefaultBatchedCommand
public DefaultBatchedCommand(CommandContext ctx, String command, org.jboss.dmr.ModelNode request, ResponseHandler handler)
-
-
Method Detail
-
getDescriptionResponse
public org.jboss.dmr.ModelNode getDescriptionResponse()
- Specified by:
getDescriptionResponsein interfaceBatchedCommand
-
getCommandContext
public CommandContext getCommandContext()
- Specified by:
getCommandContextin interfaceBatchedCommand
-
getCommand
public String getCommand()
- Specified by:
getCommandin interfaceBatchedCommand
-
getRequest
public org.jboss.dmr.ModelNode getRequest()
- Specified by:
getRequestin interfaceBatchedCommand
-
getResponseHandler
public ResponseHandler getResponseHandler()
- Specified by:
getResponseHandlerin interfaceBatchedCommand
-
-