Liferay 6.2.0-ce-rc3

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.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.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.0-ce-rc3