public interface OperationCommand extends CommandHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
OperationCommand.HandledRequest |
| Modifier and Type | Method and Description |
|---|---|
default OperationCommand.HandledRequest |
buildHandledRequest(CommandContext ctx,
Attachments attachments) |
org.jboss.dmr.ModelNode |
buildRequest(CommandContext ctx) |
default org.jboss.dmr.ModelNode |
buildRequest(CommandContext ctx,
Attachments attachments) |
getArgument, getArguments, handle, hasArgument, hasArgument, isAvailable, isBatchModeorg.jboss.dmr.ModelNode buildRequest(CommandContext ctx) throws CommandFormatException
CommandFormatExceptiondefault org.jboss.dmr.ModelNode buildRequest(CommandContext ctx, Attachments attachments) throws CommandFormatException
CommandFormatExceptiondefault OperationCommand.HandledRequest buildHandledRequest(CommandContext ctx, Attachments attachments) throws CommandFormatException
CommandFormatExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.