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  String jobId
           
 
Constructor Summary
ExclusiveJobAddedNotification(String jobId)
           
 
Method Summary
 void execute(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
Constructor Detail

ExclusiveJobAddedNotification

public ExclusiveJobAddedNotification(String jobId)
Method Detail

execute

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


Copyright © 2014 camunda services GmbH. All rights reserved.