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  Set<String> deploymentIds
           
 
Constructor Summary
DeploymentFailListener(Set<String> deploymentIds)
           
DeploymentFailListener(String deploymentId)
           
 
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

deploymentIds

protected Set<String> deploymentIds
Constructor Detail

DeploymentFailListener

public DeploymentFailListener(String deploymentId)

DeploymentFailListener

public DeploymentFailListener(Set<String> deploymentIds)
Method Detail

execute

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


Copyright © 2016 camunda services GmbH. All rights reserved.