Liferay 7.0-ce-b4

com.liferay.portal.kernel.backgroundtask
Class ClassLoaderAwareBackgroundTaskExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.DelegatingBackgroundTaskExecutor
      extended by com.liferay.portal.kernel.backgroundtask.ClassLoaderAwareBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor

public class ClassLoaderAwareBackgroundTaskExecutor
extends DelegatingBackgroundTaskExecutor


Constructor Summary
ClassLoaderAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor, ClassLoader classLoader)
           
 
Method Summary
 BackgroundTaskExecutor clone()
           
 BackgroundTaskResult execute(BackgroundTask backgroundTask)
           
 
Methods inherited from class com.liferay.portal.kernel.backgroundtask.DelegatingBackgroundTaskExecutor
getBackgroundTaskDisplay, getBackgroundTaskExecutor, getBackgroundTaskStatusMessageTranslator, getIsolationLevel, handleException, isSerial
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassLoaderAwareBackgroundTaskExecutor

public ClassLoaderAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor,
                                              ClassLoader classLoader)
Method Detail

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

Liferay 7.0-ce-b4