Liferay 6.2-ce-ga5

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

Packages that use Clusterable
com.liferay.portal.cluster   
com.liferay.portal.scheduler   
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 SPIClusterableAdvice.getNullAnnotation()
           
 Clusterable ClusterableAdvice.getNullAnnotation()
           
 

Uses of Clusterable in com.liferay.portal.scheduler
 

Methods in com.liferay.portal.scheduler with annotations of type Clusterable
 void ClusterSchedulerEngine.delete(String groupName)
           
 void ClusterSchedulerEngine.delete(String jobName, String groupName)
           
 void ClusterSchedulerEngine.pause(String groupName)
           
 void ClusterSchedulerEngine.pause(String jobName, String groupName)
           
 void ClusterSchedulerEngine.resume(String groupName)
           
 void ClusterSchedulerEngine.resume(String jobName, String groupName)
           
 void ClusterSchedulerEngine.schedule(Trigger trigger, String description, String destinationName, Message message)
           
 void ClusterSchedulerEngine.suppressError(String jobName, String groupName)
           
 void ClusterSchedulerEngine.unschedule(String groupName)
           
 void ClusterSchedulerEngine.unschedule(String jobName, String groupName)
           
 void ClusterSchedulerEngine.update(Trigger trigger)
           
 

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)
           
 

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()
           
 String BackgroundTaskLocalServiceImpl.getBackgroundTaskStatusJSON(long backgroundTaskId)
           
 void PortletLocalServiceImpl.removeCompanyPortletsPool(long companyId)
           
 void BackgroundTaskLocalServiceImpl.resumeBackgroundTask(long backgroundTaskId)
           
 void BackgroundTaskLocalServiceImpl.triggerBackgroundTask(long backgroundTaskId)
           
 


Liferay 6.2-ce-ga5