Liferay 6.2.0

Uses of Class
com.liferay.portal.kernel.cluster.Clusterable

Packages that use Clusterable
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of Clusterable in com.liferay.portal.service
 

Methods in com.liferay.portal.service with annotations of type Clusterable
abstract  void BackgroundTaskLocalService.cleanUpBackgroundTask(BackgroundTask backgroundTask, int status)
           
abstract  void BackgroundTaskLocalService.cleanUpBackgroundTasks()
           
abstract  void PortletLocalService.clearCompanyPortletsPool()
           
abstract  String BackgroundTaskLocalService.getBackgroundTaskStatusJSON(long backgroundTaskId)
           
abstract  void PortletLocalService.removeCompanyPortletsPool(long companyId)
           
abstract  void BackgroundTaskLocalService.resumeBackgroundTask(long backgroundTaskId)
           
abstract  void BackgroundTaskLocalService.triggerBackgroundTask(long backgroundTaskId)
           
 


Liferay 6.2.0