org.camunda.bpm.engine.impl.jobexecutor
Class FailedJobListener
java.lang.Object
org.camunda.bpm.engine.impl.jobexecutor.FailedJobListener
- All Implemented Interfaces:
- TransactionListener
public class FailedJobListener
- extends Object
- implements TransactionListener
- Author:
- Frederik Heremans, Bernd Ruecker
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandExecutor
protected CommandExecutor commandExecutor
jobId
protected String jobId
exception
protected Throwable exception
FailedJobListener
public FailedJobListener(CommandExecutor commandExecutor,
String jobId,
Throwable exception)
execute
public void execute(CommandContext commandContext)
- Specified by:
execute in interface TransactionListener
Copyright © 2014 camunda services GmbH. All Rights Reserved.