Liferay 6.1.2-ce-ga3

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
 

Methods in com.liferay.portal.cluster that return Clusterable
 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 PortletLocalServiceImpl.clearCompanyPortletsPool()
           
 void PortletLocalServiceImpl.removeCompanyPortletsPool(long companyId)
           
 


Liferay 6.1.2-ce-ga3