public class SerialBackgroundTaskExecutor extends DelegatingBackgroundTaskExecutor
| Constructor and Description |
|---|
SerialBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor) |
| Modifier and Type | Method and Description |
|---|---|
protected Lock |
acquireLock(BackgroundTask backgroundTask) |
BackgroundTaskExecutor |
clone() |
BackgroundTaskResult |
execute(BackgroundTask backgroundTask) |
generateLockKey, getBackgroundTaskDisplay, getBackgroundTaskExecutor, getBackgroundTaskStatusMessageTranslator, getIsolationLevel, handleException, isSerialpublic SerialBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor)
public BackgroundTaskExecutor clone()
clone in interface BackgroundTaskExecutorclone in class DelegatingBackgroundTaskExecutorpublic BackgroundTaskResult execute(BackgroundTask backgroundTask) throws Exception
execute in interface BackgroundTaskExecutorexecute in class DelegatingBackgroundTaskExecutorExceptionprotected Lock acquireLock(BackgroundTask backgroundTask) throws DuplicateLockException
DuplicateLockException