public class FailedJobListener extends Object implements TransactionListener
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected Throwable |
exception |
protected String |
jobId |
| Constructor and Description |
|---|
FailedJobListener(CommandExecutor commandExecutor,
String jobId,
Throwable exception) |
protected CommandExecutor commandExecutor
protected String jobId
protected Throwable exception
public FailedJobListener(CommandExecutor commandExecutor, String jobId, Throwable exception)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerCopyright © 2013 Alfresco. All rights reserved.