public class ExclusiveJobAddedNotification extends Object implements TransactionListener
| Modifier and Type | Field and Description | 
|---|---|
| protected JobExecutorContext | jobExecutorContext | 
| protected String | jobId | 
| Constructor and Description | 
|---|
| ExclusiveJobAddedNotification(String jobId,
                             JobExecutorContext jobExecutorContext) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | execute(CommandContext commandContext) | 
| protected void | logExclusiveJobAdded(CommandContext commandContext) | 
protected final String jobId
protected final JobExecutorContext jobExecutorContext
public ExclusiveJobAddedNotification(String jobId, JobExecutorContext jobExecutorContext)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerprotected void logExclusiveJobAdded(CommandContext commandContext)
Copyright © 2018. All rights reserved.