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

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

public class DefaultFailedJobCommandFactory
extends Object
implements FailedJobCommandFactory


Constructor Summary
DefaultFailedJobCommandFactory()
           
 
Method Summary
 Command<Object> getCommand(String jobId, Throwable exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFailedJobCommandFactory

public DefaultFailedJobCommandFactory()
Method Detail

getCommand

public Command<Object> getCommand(String jobId,
                                  Throwable exception)
Specified by:
getCommand in interface FailedJobCommandFactory


Copyright © 2015 camunda services GmbH. All rights reserved.