Class ParsedBootOp

java.lang.Object
org.jboss.as.controller.ParsedBootOp

public class ParsedBootOp extends Object
Encapsulates information about a boot operation for use during boot execution.
Author:
Brian Stansberry (c) 2011 Red Hat Inc.
  • Field Details

    • operation

      public final org.jboss.dmr.ModelNode operation
    • operationName

      public final String operationName
    • address

      public final PathAddress address
    • handler

      public final OperationStepHandler handler
    • response

      public final org.jboss.dmr.ModelNode response
  • Constructor Details

  • Method Details

    • addChildOperation

      public void addChildOperation(ParsedBootOp child)
    • getChildOperations

      public List<org.jboss.dmr.ModelNode> getChildOperations()
    • getAddress

      public PathAddress getAddress()
    • isBootHandlerUpdateNeeded

      public boolean isBootHandlerUpdateNeeded()
    • bootHandlerUpdateNeeded

      public void bootHandlerUpdateNeeded()
      Setting this will force the ParallelBootOperationStepHandler handdler to be updated on boot.
    • toString

      public String toString()
      Overrides:
      toString in class Object