Package | Description |
---|---|
org.jboss.as.controller |
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(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.
|
IllegalStateException |
ControllerMessages.invalidStage(OperationContext.Stage stage,
ProcessType processType)
Creates an exception indicating the stage is not valid for the context process type.
|
IllegalStateException |
ControllerMessages.stageAlreadyComplete(OperationContext.Stage stage)
Creates an exception indicating the stage is already complete.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.