com.liferay.portal.kernel.backgroundtask
Class ThreadLocalAwareBackgroundTaskExecutor
java.lang.Object
com.liferay.portal.kernel.backgroundtask.DelegatingBackgroundTaskExecutor
com.liferay.portal.kernel.backgroundtask.ThreadLocalAwareBackgroundTaskExecutor
- All Implemented Interfaces:
- BackgroundTaskExecutor
public class ThreadLocalAwareBackgroundTaskExecutor
- extends DelegatingBackgroundTaskExecutor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalAwareBackgroundTaskExecutor
public ThreadLocalAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor,
BackgroundTaskThreadLocalManager backgroundTaskThreadLocalManager)
execute
public BackgroundTaskResult execute(BackgroundTask backgroundTask)
throws Exception
- Specified by:
execute in interface BackgroundTaskExecutor- Overrides:
execute in class DelegatingBackgroundTaskExecutor
- Throws:
Exception