| Modifier and Type | Field and Description |
|---|---|
static Attachments |
Attachments.IMMUTABLE_ATTACHMENTS |
| Modifier and Type | Method and Description |
|---|---|
default OperationCommand.HandledRequest |
OperationCommand.buildHandledRequest(CommandContext ctx,
Attachments attachments) |
default org.jboss.dmr.ModelNode |
OperationCommand.buildRequest(CommandContext ctx,
Attachments attachments) |
static org.jboss.dmr.ModelNode |
Util.toOperationRequest(CommandContext ctx,
ParsedCommandLine parsedLine,
Attachments attachments) |
| Modifier and Type | Method and Description |
|---|---|
void |
Attachments.addConsumer(Consumer<Attachments> listener) |
| Constructor and Description |
|---|
RequestWithAttachments(org.jboss.dmr.ModelNode request,
Attachments attachments) |
| Modifier and Type | Method and Description |
|---|---|
default Attachments |
Batch.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
DefaultBatch.getAttachments() |
| Modifier and Type | Method and Description |
|---|---|
protected Attachments |
BaseOperationCommand.getAttachments(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
OperationCommand.HandledRequest |
AttachmentHandler.buildHandledRequest(CommandContext ctx,
Attachments attachments) |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
BatchRunHandler.getAttachments(CommandContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
BatchCompliantCommand.BatchResponseHandler |
AbstractUndeployCommand.buildBatchResponseHandler(CommandContext commandContext,
Attachments attachments) |
BatchCompliantCommand.BatchResponseHandler |
AbstractDeployCommand.buildBatchResponseHandler(CommandContext commandContext,
Attachments attachments) |
BatchCompliantCommand.BatchResponseHandler |
DeployArchiveCommand.buildBatchResponseHandler(CommandContext commandContext,
Attachments attachments) |
org.jboss.dmr.ModelNode |
DeployArchiveCommand.buildRequest(CommandContext context,
Attachments attachments)
null attachments means that the command is in a batch, non null means
command executed.
|
| Modifier and Type | Method and Description |
|---|---|
BatchCompliantCommand.BatchResponseHandler |
BatchCompliantCommand.buildBatchResponseHandler(CommandContext commandContext,
Attachments attachments) |
default org.jboss.dmr.ModelNode |
DMRCommand.buildRequest(CommandContext context,
Attachments attachments) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.