Liferay 7.0-ce-m6

Uses of Interface
com.liferay.portal.kernel.backgroundtask.BackgroundTaskExecutor

Packages that use BackgroundTaskExecutor
com.liferay.portal.backgroundtask.messaging   
com.liferay.portal.kernel.backgroundtask   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
com.liferay.portlet.exportimport.backgroundtask   
 

Uses of BackgroundTaskExecutor in com.liferay.portal.backgroundtask.messaging
 

Methods in com.liferay.portal.backgroundtask.messaging that return BackgroundTaskExecutor
protected  BackgroundTaskExecutor BackgroundTaskMessageListener.wrapBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor, ClassLoader classLoader)
           
 

Methods in com.liferay.portal.backgroundtask.messaging with parameters of type BackgroundTaskExecutor
protected  BackgroundTaskExecutor BackgroundTaskMessageListener.wrapBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor, ClassLoader classLoader)
           
 

Uses of BackgroundTaskExecutor in com.liferay.portal.kernel.backgroundtask
 

Classes in com.liferay.portal.kernel.backgroundtask that implement BackgroundTaskExecutor
 class BaseBackgroundTaskExecutor
           
 class ClassLoaderAwareBackgroundTaskExecutor
           
 class DelegatingBackgroundTaskExecutor
           
 class SerialBackgroundTaskExecutor
           
 class ThreadLocalAwareBackgroundTaskExecutor
           
 

Methods in com.liferay.portal.kernel.backgroundtask that return BackgroundTaskExecutor
protected  BackgroundTaskExecutor DelegatingBackgroundTaskExecutor.getBackgroundTaskExecutor()
           
 

Constructors in com.liferay.portal.kernel.backgroundtask with parameters of type BackgroundTaskExecutor
ClassLoaderAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor, ClassLoader classLoader)
           
DelegatingBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor)
           
SerialBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor)
           
ThreadLocalAwareBackgroundTaskExecutor(BackgroundTaskExecutor backgroundTaskExecutor, BackgroundTaskThreadLocalManager backgroundTaskThreadLocalManager)
           
 

Uses of BackgroundTaskExecutor in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return BackgroundTaskExecutor
 BackgroundTaskExecutor BackgroundTask.getBackgroundTaskExecutor()
           
 BackgroundTaskExecutor BackgroundTaskWrapper.getBackgroundTaskExecutor()
           
 

Uses of BackgroundTaskExecutor in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return BackgroundTaskExecutor
 BackgroundTaskExecutor BackgroundTaskImpl.getBackgroundTaskExecutor()
           
 

Uses of BackgroundTaskExecutor in com.liferay.portlet.exportimport.backgroundtask
 

Classes in com.liferay.portlet.exportimport.backgroundtask that implement BackgroundTaskExecutor
 class BaseExportImportBackgroundTaskExecutor
           
 class BaseStagingBackgroundTaskExecutor
           
 class LayoutExportBackgroundTaskExecutor
           
 class LayoutImportBackgroundTaskExecutor
           
 class LayoutRemoteStagingBackgroundTaskExecutor
           
 class LayoutStagingBackgroundTaskExecutor
           
 class PortletExportBackgroundTaskExecutor
           
 class PortletImportBackgroundTaskExecutor
           
 class PortletStagingBackgroundTaskExecutor
           
 


Liferay 7.0-ce-m6