public class ParsedBootOp extends Object
Modifier and Type | Field and Description |
---|---|
PathAddress |
address |
OperationStepHandler |
handler |
org.jboss.dmr.ModelNode |
operation |
String |
operationName |
org.jboss.dmr.ModelNode |
response |
Constructor and Description |
---|
ParsedBootOp(org.jboss.dmr.ModelNode operation,
OperationStepHandler handler) |
ParsedBootOp(ParsedBootOp toCopy,
OperationStepHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
addChildOperation(ParsedBootOp child) |
public final org.jboss.dmr.ModelNode operation
public final String operationName
public final PathAddress address
public final OperationStepHandler handler
public final org.jboss.dmr.ModelNode response
public ParsedBootOp(org.jboss.dmr.ModelNode operation, OperationStepHandler handler)
public ParsedBootOp(ParsedBootOp toCopy, OperationStepHandler handler)
public void addChildOperation(ParsedBootOp child)
Copyright © 2023 JBoss by Red Hat. All rights reserved.