Interface BackgroundTaskExecutor
- All Known Implementing Classes:
BaseBackgroundTaskExecutor
,ClassLoaderAwareBackgroundTaskExecutor
,DelegatingBackgroundTaskExecutor
public interface BackgroundTaskExecutor
- Author:
- Michael C. Han
-
Method Summary
Modifier and TypeMethodDescriptionclone()
execute
(BackgroundTask backgroundTask) generateLockKey
(BackgroundTask backgroundTask) getBackgroundTaskDisplay
(BackgroundTask backgroundTask) int
handleException
(BackgroundTask backgroundTask, Exception exception) boolean
isSerial()
-
Method Details
-
clone
BackgroundTaskExecutor clone() -
execute
- Throws:
Exception
-
generateLockKey
-
getBackgroundTaskDisplay
-
getBackgroundTaskStatusMessageTranslator
BackgroundTaskStatusMessageTranslator getBackgroundTaskStatusMessageTranslator() -
getIsolationLevel
int getIsolationLevel() -
handleException
-
isSerial
boolean isSerial()
-