Uses of Class
org.jboss.as.controller.OperationContext.Stage
-
Packages that use OperationContext.Stage Package Description org.jboss.as.controller org.jboss.as.controller.logging -
-
Uses of OperationContext.Stage in org.jboss.as.controller
Methods in org.jboss.as.controller that return OperationContext.Stage Modifier and Type Method Description OperationContext.StageOperationContext. getCurrentStage()Get the current stage of execution.static OperationContext.StageOperationContext.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.Methods in org.jboss.as.controller with parameters of type OperationContext.Stage Modifier and Type Method Description voidOperationContext. addStep(OperationStepHandler step, OperationContext.Stage stage)Add an execution step to this operation process.voidOperationContext. addStep(OperationStepHandler step, OperationContext.Stage stage, boolean addFirst)Add an execution step to this operation process.voidOperationContext. 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.voidOperationContext. 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.voidOperationContext. addStep(org.jboss.dmr.ModelNode response, org.jboss.dmr.ModelNode operation, OperationStepHandler step, OperationContext.Stage stage)Add an execution step to this operation process.voidOperationContext. 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. -
Uses of OperationContext.Stage in org.jboss.as.controller.logging
-