org.camunda.bpm.engine.impl.persistence.deploy
Class DeploymentFailListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.persistence.deploy.DeploymentFailListener
All Implemented Interfaces:
TransactionListener

public class DeploymentFailListener
extends Object
implements TransactionListener


Field Summary
protected  CommandExecutor commandExecutor
           
protected  Set<String> deploymentIds
           
 
Constructor Summary
DeploymentFailListener(Set<String> deploymentIds, CommandExecutor commandExecutor)
           
DeploymentFailListener(String deploymentId, CommandExecutor commandExecutor)
           
 
Method Summary
 void execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commandExecutor

protected CommandExecutor commandExecutor

deploymentIds

protected Set<String> deploymentIds
Constructor Detail

DeploymentFailListener

public DeploymentFailListener(String deploymentId,
                              CommandExecutor commandExecutor)

DeploymentFailListener

public DeploymentFailListener(Set<String> deploymentIds,
                              CommandExecutor commandExecutor)
Method Detail

execute

public void execute(CommandContext commandContext)
Specified by:
execute in interface TransactionListener


Copyright © 2017 camunda services GmbH. All rights reserved.