public class ExecuteAsyncRunnable extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected JobEntity |
job |
| Constructor and Description |
|---|
ExecuteAsyncRunnable(JobEntity job,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleFailedJob(Throwable exception) |
void |
run() |
protected JobEntity job
protected CommandExecutor commandExecutor
public ExecuteAsyncRunnable(JobEntity job, CommandExecutor commandExecutor)
Copyright © 2015 Alfresco. All rights reserved.