Class DeleteDeploymentFailListener
java.lang.Object
org.camunda.bpm.engine.impl.persistence.deploy.DeleteDeploymentFailListener
- All Implemented Interfaces:
TransactionListener
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
-
Field Summary
Modifier and TypeFieldDescriptionprotected CommandExecutor
protected String
protected ProcessApplicationReference
-
Constructor Summary
ConstructorDescriptionDeleteDeploymentFailListener
(String deploymentId, ProcessApplicationReference processApplicationReference, CommandExecutor commandExecutor) -
Method Summary
-
Field Details
-
deploymentId
-
processApplicationReference
-
commandExecutor
-
-
Constructor Details
-
DeleteDeploymentFailListener
public DeleteDeploymentFailListener(String deploymentId, ProcessApplicationReference processApplicationReference, CommandExecutor commandExecutor)
-
-
Method Details
-
execute
- Specified by:
execute
in interfaceTransactionListener
-