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.
|
Modifier and Type | Method and Description |
---|---|
IllegalStateException |
ControllerLogger.capabilitiesNotAvailable(OperationContext.Stage currentStage,
OperationContext.Stage runtime) |
IllegalStateException |
ControllerLogger_$logger.capabilitiesNotAvailable(OperationContext.Stage currentStage,
OperationContext.Stage runtime) |
IllegalStateException |
ControllerLogger.invalidStage(OperationContext.Stage stage,
ProcessType processType)
Creates an exception indicating the stage is not valid for the context process type.
|
IllegalStateException |
ControllerLogger_$logger.invalidStage(OperationContext.Stage stage,
ProcessType processType) |
IllegalStateException |
ControllerLogger.stageAlreadyComplete(OperationContext.Stage stage)
Creates an exception indicating the stage is already complete.
|
IllegalStateException |
ControllerLogger_$logger.stageAlreadyComplete(OperationContext.Stage stage) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.