| Package | Description |
|---|---|
| org.jboss.as.controller | |
| org.jboss.as.controller.logging |
| Modifier and Type | Method and Description |
|---|---|
OperationContext.Stage |
OperationContext.getCurrentStage()
Get the current stage of execution.
|
static OperationContext.Stage |
OperationContext.Stage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationContext.Stage[] |
OperationContext.Stage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperationContext.addStep(org.jboss.dmr.ModelNode response,
org.jboss.dmr.ModelNode operation,
OperationStepHandler step,
OperationContext.Stage stage)
Add an execution step to this operation process.
|
void |
OperationContext.addStep(org.jboss.dmr.ModelNode response,
org.jboss.dmr.ModelNode operation,
OperationStepHandler step,
OperationContext.Stage stage,
boolean addFirst)
Add an execution step to this operation process.
|
void |
OperationContext.addStep(org.jboss.dmr.ModelNode operation,
OperationStepHandler step,
OperationContext.Stage stage)
Add an execution step to this operation process, writing any output to the response object
associated with the current step.
|
void |
OperationContext.addStep(org.jboss.dmr.ModelNode operation,
OperationStepHandler step,
OperationContext.Stage stage,
boolean addFirst)
Add an execution step to this operation process, writing any output to the response object
associated with the current step.
|
void |
OperationContext.addStep(OperationStepHandler step,
OperationContext.Stage stage)
Add an execution step to this operation process.
|
void |
OperationContext.addStep(OperationStepHandler step,
OperationContext.Stage stage,
boolean addFirst)
Add an execution step to this operation process.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.