com.liferay.portal.kernel.backgroundtask
Class ClassLoaderAwareBackgroundTaskExecutor
java.lang.Object
com.liferay.portal.kernel.backgroundtask.DelegatingBackgroundTaskExecutor
com.liferay.portal.kernel.backgroundtask.ClassLoaderAwareBackgroundTaskExecutor
- All Implemented Interfaces:
- BackgroundTaskExecutor
public class ClassLoaderAwareBackgroundTaskExecutor
- extends DelegatingBackgroundTaskExecutor
ClassLoaderAwareBackgroundTaskExecutor
public ClassLoaderAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor,
ClassLoader classLoader)
clone
public BackgroundTaskExecutor clone()
- Specified by:
clone in interface BackgroundTaskExecutor- Overrides:
clone in class DelegatingBackgroundTaskExecutor
execute
public BackgroundTaskResult execute(BackgroundTask backgroundTask)
throws Exception
- Specified by:
execute in interface BackgroundTaskExecutor- Overrides:
execute in class DelegatingBackgroundTaskExecutor
- Throws:
Exception