Liferay 6.2-ce-ga5

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
 void BackgroundTaskLocalService.cleanUpBackgroundTask(BackgroundTask backgroundTask, int status)
           
 void BackgroundTaskLocalService.cleanUpBackgroundTasks()
           
 void PortletLocalService.clearCompanyPortletsPool()
           
 String BackgroundTaskLocalService.getBackgroundTaskStatusJSON(long backgroundTaskId)
           
 void PortletLocalService.removeCompanyPortletsPool(long companyId)
           
 void BackgroundTaskLocalService.resumeBackgroundTask(long backgroundTaskId)
           
 void BackgroundTaskLocalService.triggerBackgroundTask(long backgroundTaskId)
           
 


Liferay 6.2-ce-ga5