Class ExclusiveJobAddedNotification
- java.lang.Object
-
- org.camunda.bpm.engine.impl.jobexecutor.ExclusiveJobAddedNotification
-
- All Implemented Interfaces:
TransactionListener
public class ExclusiveJobAddedNotification extends Object implements TransactionListener
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected JobExecutorContext
jobExecutorContext
protected String
jobId
-
Constructor Summary
Constructors Constructor Description ExclusiveJobAddedNotification(String jobId, JobExecutorContext jobExecutorContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(CommandContext commandContext)
protected void
logExclusiveJobAdded(CommandContext commandContext)
-
-
-
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 interfaceTransactionListener
-
logExclusiveJobAdded
protected void logExclusiveJobAdded(CommandContext commandContext)
-
-