Class ProcessEngineRemove
- java.lang.Object
- 
- org.jboss.as.controller.AbstractRemoveStepHandler
- 
- org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineRemove
 
 
- 
- All Implemented Interfaces:
- org.jboss.as.controller.OperationStepHandler
 
 public class ProcessEngineRemove extends org.jboss.as.controller.AbstractRemoveStepHandlerProvides the description and the implementation of the process-engine#remove operation.- Author:
- Daniel Meyer, Christian Lipphardt
 
- 
- 
Field SummaryFields Modifier and Type Field Description static ProcessEngineRemoveINSTANCE
 - 
Constructor SummaryConstructors Constructor Description ProcessEngineRemove()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidperformRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model)
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ProcessEngineRemove INSTANCE 
 
- 
 - 
Method Detail- 
performRuntimeprotected 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:
- performRuntimein class- org.jboss.as.controller.AbstractRemoveStepHandler
- Throws:
- org.jboss.as.controller.OperationFailedException
 
 
- 
 
-