public class AsyncJobUtil extends Object
| Constructor and Description |
|---|
AsyncJobUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
executeJob(JobEntity job,
CommandExecutor commandExecutor) |
static void |
handleFailedJob(JobEntity job,
Throwable exception,
CommandExecutor commandExecutor) |
protected static void |
unacquireJob(CommandExecutor commandExecutor,
JobEntity job) |
public static void executeJob(JobEntity job, CommandExecutor commandExecutor)
protected static void unacquireJob(CommandExecutor commandExecutor, JobEntity job)
public static void handleFailedJob(JobEntity job, Throwable exception, CommandExecutor commandExecutor)
Copyright © 2017 Alfresco. All rights reserved.