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

public class PluginRemove extends org.jboss.as.controller.AbstractRemoveStepHandler
Provides the description and the implementation of the plugin#remove operation. Plugins are configuration elements that are applied when the process engine is configured, so no runtime services need to be removed.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PluginRemove
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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

    execute, performRemove, recordCapabilitiesAndRequirements, recoverServices, removeChildRecursively, requiresRuntime

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • PluginRemove

      public PluginRemove()
  • Method Details

    • performRuntime

      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