Liferay 6.2-ce-ga5

com.liferay.portal.lar.backgroundtask
Class PortletImportBackgroundTaskExecutor

java.lang.Object
  extended by com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
      extended by com.liferay.portal.lar.backgroundtask.PortletImportBackgroundTaskExecutor
All Implemented Interfaces:
BackgroundTaskExecutor

public class PortletImportBackgroundTaskExecutor
extends BaseBackgroundTaskExecutor


Constructor Summary
PortletImportBackgroundTaskExecutor()
           
 
Method Summary
 BackgroundTaskResult execute(BackgroundTask backgroundTask)
           
 String handleException(BackgroundTask backgroundTask, Exception e)
           
 
Methods inherited from class com.liferay.portal.kernel.backgroundtask.BaseBackgroundTaskExecutor
getBackgroundTaskStatusMessageTranslator, getLocale, isSerial, setBackgroundTaskStatusMessageTranslator, setSerial
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletImportBackgroundTaskExecutor

public PortletImportBackgroundTaskExecutor()
Method Detail

execute

public BackgroundTaskResult execute(BackgroundTask backgroundTask)
                             throws Exception
Throws:
Exception

handleException

public String handleException(BackgroundTask backgroundTask,
                              Exception e)
Specified by:
handleException in interface BackgroundTaskExecutor
Overrides:
handleException in class BaseBackgroundTaskExecutor

Liferay 6.2-ce-ga5