Package org.jboss.as.controller
Class ParsedBootOp
java.lang.Object
org.jboss.as.controller.ParsedBootOp
Encapsulates information about a boot operation for use during boot execution.
- Author:
- Brian Stansberry (c) 2011 Red Hat Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal PathAddressfinal OperationStepHandlerfinal org.jboss.dmr.ModelNodefinal Stringfinal org.jboss.dmr.ModelNode -
Constructor Summary
ConstructorsConstructorDescriptionParsedBootOp(ParsedBootOp toCopy, OperationStepHandler handler) ParsedBootOp(org.jboss.dmr.ModelNode operation, OperationStepHandler handler) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildOperation(ParsedBootOp child) voidSetting this will force the ParallelBootOperationStepHandler handdler to be updated on boot.List<org.jboss.dmr.ModelNode>booleantoString()
-
Field Details
-
operation
public final org.jboss.dmr.ModelNode operation -
operationName
-
address
-
handler
-
response
public final org.jboss.dmr.ModelNode response
-
-
Constructor Details
-
ParsedBootOp
-
ParsedBootOp
-
-
Method Details
-
addChildOperation
-
getChildOperations
-
getAddress
-
isBootHandlerUpdateNeeded
public boolean isBootHandlerUpdateNeeded() -
bootHandlerUpdateNeeded
public void bootHandlerUpdateNeeded()Setting this will force the ParallelBootOperationStepHandler handdler to be updated on boot. -
toString
-