Liferay 7.0-ce-m6

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

Packages that use Clusterable
com.liferay.portal.cluster   
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
 

Uses of Clusterable in com.liferay.portal.cluster
 

Fields in com.liferay.portal.cluster declared as Clusterable
static Clusterable NullClusterable.NULL_CLUSTERABLE
           
 

Methods in com.liferay.portal.cluster that return Clusterable
 Clusterable ClusterableAdvice.getNullAnnotation()
           
 Clusterable SPIClusterableAdvice.getNullAnnotation()
           
 

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()
          Deprecated. As of 7.0.0, replaced by #clearPortletsMap)
 void PortletLocalService.clearPortletsMap()
           
 String BackgroundTaskLocalService.getBackgroundTaskStatusJSON(long backgroundTaskId)
           
 void PortletLocalService.removeCompanyPortletsPool(long companyId)
           
 void BackgroundTaskLocalService.resumeBackgroundTask(long backgroundTaskId)
           
 void BackgroundTaskLocalService.triggerBackgroundTask(long backgroundTaskId)
           
 

Uses of Clusterable in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl with annotations of type Clusterable
 void BackgroundTaskLocalServiceImpl.cleanUpBackgroundTask(BackgroundTask backgroundTask, int status)
           
 void BackgroundTaskLocalServiceImpl.cleanUpBackgroundTasks()
           
 void PortletLocalServiceImpl.clearCompanyPortletsPool()
          Deprecated. As of 7.0.0, replaced by #clearPortletsMap)
 void PortletLocalServiceImpl.clearPortletsMap()
           
 String BackgroundTaskLocalServiceImpl.getBackgroundTaskStatusJSON(long backgroundTaskId)
           
 void PortletLocalServiceImpl.removeCompanyPortletsPool(long companyId)
           
 void BackgroundTaskLocalServiceImpl.resumeBackgroundTask(long backgroundTaskId)
           
 void BackgroundTaskLocalServiceImpl.triggerBackgroundTask(long backgroundTaskId)
           
 


Liferay 7.0-ce-m6