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

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

public class ExclusiveJobAddedNotification
extends Object
implements TransactionListener

Author:
Daniel Meyer

Field Summary
protected  JobExecutorContext jobExecutorContext
           
protected  String jobId
           
 
Constructor Summary
ExclusiveJobAddedNotification(String jobId, JobExecutorContext jobExecutorContext)
           
 
Method Summary
 void execute(CommandContext commandContext)
           
protected  void logExclusiveJobAdded(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobId

protected final String jobId

jobExecutorContext

protected final JobExecutorContext jobExecutorContext
Constructor Detail

ExclusiveJobAddedNotification

public ExclusiveJobAddedNotification(String jobId,
                                     JobExecutorContext jobExecutorContext)
Method Detail

execute

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

logExclusiveJobAdded

protected void logExclusiveJobAdded(CommandContext commandContext)


Copyright © 2016 camunda services GmbH. All rights reserved.