Liferay 7.0-ce-b8 portal-test-internal

com.liferay.portal.test.rule.callback
Class PortalExecutorManagerTestCallback.MockPortalExecutorManager

java.lang.Object
  extended by com.liferay.portal.test.rule.callback.PortalExecutorManagerTestCallback.MockPortalExecutorManager
All Implemented Interfaces:
com.liferay.portal.kernel.executor.PortalExecutorManager
Enclosing class:
PortalExecutorManagerTestCallback

protected class PortalExecutorManagerTestCallback.MockPortalExecutorManager
extends Object
implements com.liferay.portal.kernel.executor.PortalExecutorManager


Constructor Summary
protected PortalExecutorManagerTestCallback.MockPortalExecutorManager()
           
 
Method Summary
 com.liferay.portal.kernel.concurrent.ThreadPoolExecutor getPortalExecutor(String name)
           
 com.liferay.portal.kernel.concurrent.ThreadPoolExecutor getPortalExecutor(String name, boolean createIfAbsent)
           
 com.liferay.portal.kernel.concurrent.ThreadPoolExecutor registerPortalExecutor(String name, com.liferay.portal.kernel.concurrent.ThreadPoolExecutor threadPoolExecutor)
           
 void shutdown()
           
 void shutdown(boolean interrupt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalExecutorManagerTestCallback.MockPortalExecutorManager

protected PortalExecutorManagerTestCallback.MockPortalExecutorManager()
Method Detail

getPortalExecutor

public com.liferay.portal.kernel.concurrent.ThreadPoolExecutor getPortalExecutor(String name)
Specified by:
getPortalExecutor in interface com.liferay.portal.kernel.executor.PortalExecutorManager

getPortalExecutor

public com.liferay.portal.kernel.concurrent.ThreadPoolExecutor getPortalExecutor(String name,
                                                                                 boolean createIfAbsent)
Specified by:
getPortalExecutor in interface com.liferay.portal.kernel.executor.PortalExecutorManager

registerPortalExecutor

public com.liferay.portal.kernel.concurrent.ThreadPoolExecutor registerPortalExecutor(String name,
                                                                                      com.liferay.portal.kernel.concurrent.ThreadPoolExecutor threadPoolExecutor)
Specified by:
registerPortalExecutor in interface com.liferay.portal.kernel.executor.PortalExecutorManager

shutdown

public void shutdown()
Specified by:
shutdown in interface com.liferay.portal.kernel.executor.PortalExecutorManager

shutdown

public void shutdown(boolean interrupt)
Specified by:
shutdown in interface com.liferay.portal.kernel.executor.PortalExecutorManager

Liferay 7.0-ce-b8 portal-test-internal