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) |
protected CommandExecutor commandExecutor
protected String jobId
protected Throwable exception
public FailedJobListener(CommandExecutor commandExecutor, String jobId)
public void execute(CommandContext commandContext)
execute in interface TransactionListenerpublic void setException(Throwable exception)
Copyright © 2015 Alfresco. All rights reserved.