Class ProcessEngineAdd
java.lang.Object
org.jboss.as.controller.AbstractAddStepHandler
org.camunda.bpm.container.impl.jboss.extension.handler.ProcessEngineAdd
- All Implemented Interfaces:
 org.jboss.as.controller.OperationDescriptor,org.jboss.as.controller.OperationStepHandler
public class ProcessEngineAdd
extends org.jboss.as.controller.AbstractAddStepHandler
Provides the description and the implementation of the process-engine#add operation.
- Author:
 - Daniel Meyer
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.as.controller.AbstractAddStepHandler
org.jboss.as.controller.AbstractAddStepHandler.Parameters - 
Field Summary
FieldsFields inherited from class org.jboss.as.controller.AbstractAddStepHandler
attributes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected List<ProcessEnginePluginXml>getPlugins(org.jboss.dmr.ModelNode plugins) getProperties(org.jboss.dmr.ModelNode properties) protected voidinstallService(org.jboss.as.controller.OperationContext context, ManagedProcessEngineMetadata processEngineConfiguration) protected voidperformRuntime(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode operation, org.jboss.dmr.ModelNode model) protected ManagedProcessEngineMetadatatransformConfiguration(org.jboss.as.controller.OperationContext context, String engineName, org.jboss.dmr.ModelNode model) Methods inherited from class org.jboss.as.controller.AbstractAddStepHandler
createResource, createResource, execute, getAttributes, performRuntime, populateModel, populateModel, populateModel, recordCapabilitiesAndRequirements, requiresRuntime, rollbackRuntime 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Constructor Details
- 
ProcessEngineAdd
protected ProcessEngineAdd() 
 - 
 - 
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:
 performRuntimein classorg.jboss.as.controller.AbstractAddStepHandler- Throws:
 org.jboss.as.controller.OperationFailedException
 - 
installService
protected void installService(org.jboss.as.controller.OperationContext context, ManagedProcessEngineMetadata processEngineConfiguration)  - 
transformConfiguration
protected ManagedProcessEngineMetadata transformConfiguration(org.jboss.as.controller.OperationContext context, String engineName, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException - Throws:
 org.jboss.as.controller.OperationFailedException
 - 
getPlugins
 - 
getProperties
 
 -