Liferay 7.0-ce-m3

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 ClusterableAdvice.getNullAnnotation()
           
 Clusterable SPIClusterableAdvice.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, StorageType storageType)
           
 void ClusterSchedulerEngine.delete(String jobName, String groupName, StorageType storageType)
           
 SchedulerResponse ClusterSchedulerEngine.getScheduledJob(String jobName, String groupName, StorageType storageType)
           
 List<SchedulerResponse> ClusterSchedulerEngine.getScheduledJobs()
           
 List<SchedulerResponse> ClusterSchedulerEngine.getScheduledJobs(StorageType storageType)
           
 List<SchedulerResponse> ClusterSchedulerEngine.getScheduledJobs(String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.pause(String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.pause(String jobName, String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.resume(String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.resume(String jobName, String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.schedule(Trigger trigger, String description, String destinationName, Message message, StorageType storageType)
           
 void ClusterSchedulerEngine.suppressError(String jobName, String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.unschedule(String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.unschedule(String jobName, String groupName, StorageType storageType)
           
 void ClusterSchedulerEngine.update(Trigger trigger, StorageType storageType)
           
 

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 7.0-ce-m3