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

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

public class DeleteDeploymentFailListener
extends Object
implements TransactionListener


Field Summary
protected  String deploymentId
           
 
Constructor Summary
DeleteDeploymentFailListener(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

deploymentId

protected String deploymentId
Constructor Detail

DeleteDeploymentFailListener

public DeleteDeploymentFailListener(String deploymentId)
Method Detail

execute

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


Copyright © 2015 camunda services GmbH. All rights reserved.