public interface PortalExecutorManager
Modifier and Type | Method and Description |
---|---|
com.liferay.petra.concurrent.NoticeableExecutorService |
getPortalExecutor(java.lang.String name) |
com.liferay.petra.concurrent.NoticeableExecutorService |
getPortalExecutor(java.lang.String name,
boolean createIfAbsent) |
com.liferay.petra.concurrent.NoticeableExecutorService |
registerPortalExecutor(java.lang.String name,
com.liferay.petra.concurrent.NoticeableExecutorService noticeableExecutorService) |
com.liferay.petra.concurrent.NoticeableExecutorService getPortalExecutor(java.lang.String name)
com.liferay.petra.concurrent.NoticeableExecutorService getPortalExecutor(java.lang.String name, boolean createIfAbsent)
com.liferay.petra.concurrent.NoticeableExecutorService registerPortalExecutor(java.lang.String name, com.liferay.petra.concurrent.NoticeableExecutorService noticeableExecutorService)