public class DefaultBatchedCommand extends Object implements BatchedCommand
| Constructor and Description |
|---|
DefaultBatchedCommand(CommandContext ctx,
String command,
org.jboss.dmr.ModelNode request,
ResponseHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
CommandContext |
getCommandContext() |
org.jboss.dmr.ModelNode |
getDescriptionResponse() |
org.jboss.dmr.ModelNode |
getRequest() |
ResponseHandler |
getResponseHandler() |
public DefaultBatchedCommand(CommandContext ctx, String command, org.jboss.dmr.ModelNode request, ResponseHandler handler)
public org.jboss.dmr.ModelNode getDescriptionResponse()
getDescriptionResponse in interface BatchedCommandpublic CommandContext getCommandContext()
getCommandContext in interface BatchedCommandpublic String getCommand()
getCommand in interface BatchedCommandpublic org.jboss.dmr.ModelNode getRequest()
getRequest in interface BatchedCommandpublic ResponseHandler getResponseHandler()
getResponseHandler in interface BatchedCommandCopyright © 2018 JBoss by Red Hat. All rights reserved.