java.lang.Object
org.jboss.as.controller.AbstractRemoveStepHandler
org.eximeebpms.bpm.container.impl.jboss.extension.handler.ProcessEngineRemove
All Implemented Interfaces:
org.jboss.as.controller.OperationStepHandler

public class ProcessEngineRemove extends org.jboss.as.controller.AbstractRemoveStepHandler
Provides the description and the implementation of the process-engine#remove operation.
Author:
Daniel Meyer, Christian Lipphardt
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final ProcessEngineRemove
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    protected void
    performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
     

    Methods inherited from class org.jboss.as.controller.AbstractRemoveStepHandler Link icon

    execute, performRemove, recordCapabilitiesAndRequirements, recoverServices, removeChildRecursively, requiresRuntime

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details Link icon

  • Constructor Details Link icon

    • ProcessEngineRemove Link icon

      public ProcessEngineRemove()
  • Method Details Link icon

    • performRuntime Link icon

      protected void performRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
      Overrides:
      performRuntime in class org.jboss.as.controller.AbstractRemoveStepHandler
      Throws:
      org.jboss.as.controller.OperationFailedException