org.camunda.bpm.engine.impl.persistence.deploy
Class DeploymentFailListener
java.lang.Object
org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
- All Implemented Interfaces:
- TransactionListener
public class DeploymentFailListener
- extends Object
- implements TransactionListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandExecutor
protected CommandExecutor commandExecutor
deploymentIds
protected Set<String> deploymentIds
DeploymentFailListener
public DeploymentFailListener(String deploymentId,
CommandExecutor commandExecutor)
DeploymentFailListener
public DeploymentFailListener(Set<String> deploymentIds,
CommandExecutor commandExecutor)
execute
public void execute(CommandContext commandContext)
- Specified by:
execute in interface TransactionListener
Copyright © 2017 camunda services GmbH. All rights reserved.