Liferay 7.0-ce-m6

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

Packages that use BackgroundTaskExecutor
com.liferay.portal.kernel.backgroundtask   
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

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()
           
 


Liferay 7.0-ce-m6