Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.executor.PortalExecutorManager

Packages that use PortalExecutorManager
com.liferay.portal.kernel.executor   
com.liferay.portal.kernel.messaging   
com.liferay.portal.test.rule.callback   
 

Uses of PortalExecutorManager in com.liferay.portal.kernel.executor
 

Methods in com.liferay.portal.kernel.executor that return PortalExecutorManager
static PortalExecutorManager PortalExecutorManagerUtil.getPortalExecutorManager()
           
 

Uses of PortalExecutorManager in com.liferay.portal.kernel.messaging
 

Fields in com.liferay.portal.kernel.messaging declared as PortalExecutorManager
protected  PortalExecutorManager BaseAsyncDestination.portalExecutorManager
           
 

Fields in com.liferay.portal.kernel.messaging with type parameters of type PortalExecutorManager
protected  com.liferay.registry.ServiceTracker<PortalExecutorManager,PortalExecutorManager> BaseAsyncDestination.serviceTracker
           
protected  com.liferay.registry.ServiceTracker<PortalExecutorManager,PortalExecutorManager> BaseAsyncDestination.serviceTracker
           
 

Uses of PortalExecutorManager in com.liferay.portal.test.rule.callback
 

Classes in com.liferay.portal.test.rule.callback that implement PortalExecutorManager
protected  class PortalExecutorManagerTestCallback.MockPortalExecutorManager
           
 


Liferay 7.0-ce-b4