public class ClassLoaderAwareBackgroundTaskExecutor extends DelegatingBackgroundTaskExecutor
Constructor and Description |
---|
ClassLoaderAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
BackgroundTaskExecutor |
clone() |
BackgroundTaskResult |
execute(BackgroundTask backgroundTask) |
generateLockKey, getBackgroundTaskDisplay, getBackgroundTaskExecutor, getBackgroundTaskStatusMessageTranslator, getIsolationLevel, handleException, isSerial
public ClassLoaderAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor, ClassLoader classLoader)
public BackgroundTaskExecutor clone()
clone
in interface BackgroundTaskExecutor
clone
in class DelegatingBackgroundTaskExecutor
public BackgroundTaskResult execute(BackgroundTask backgroundTask) throws Exception
execute
in interface BackgroundTaskExecutor
execute
in class DelegatingBackgroundTaskExecutor
Exception