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

java.lang.Object
  extended by org.camunda.bpm.engine.impl.jobexecutor.SuccessfulJobListener
All Implemented Interfaces:
Command<Void>

public class SuccessfulJobListener
extends Object
implements Command<Void>

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 Command<Void>

logJobSuccess

protected void logJobSuccess(CommandContext commandContext)


Copyright © 2016 camunda services GmbH. All rights reserved.