org.camunda.bpm.engine.impl.jobexecutor
Class SuccessfulJobListener

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.SuccessfulJobListener
All Implemented Interfaces:
TransactionListener

public class SuccessfulJobListener
extends Object
implements TransactionListener

Author:
Thorben Lindhauer

Constructor Summary
SuccessfulJobListener()
           
 
Method Summary
 void execute(CommandContext commandContext)
           
protected  void logJobSuccess(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuccessfulJobListener

public SuccessfulJobListener()
Method Detail

execute

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

logJobSuccess

protected void logJobSuccess(CommandContext commandContext)


Copyright © 2016 camunda services GmbH. All rights reserved.