Liferay 6.2-ce-ga5

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

Packages that use BackgroundTaskExecutor
com.liferay.portal.kernel.backgroundtask   
 

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
           
 

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)
           
 


Liferay 6.2-ce-ga5