Package com.liferay.petra.executor
Interface PortalExecutorManager
public interface PortalExecutorManager
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.petra.concurrent.NoticeableExecutorServicegetPortalExecutor(String name) com.liferay.petra.concurrent.NoticeableExecutorServicegetPortalExecutor(String name, boolean createIfAbsent) com.liferay.petra.concurrent.NoticeableExecutorServiceregisterPortalExecutor(String name, com.liferay.petra.concurrent.NoticeableExecutorService noticeableExecutorService)
-
Method Details
-
getPortalExecutor
-
getPortalExecutor
com.liferay.petra.concurrent.NoticeableExecutorService getPortalExecutor(String name, boolean createIfAbsent) -
registerPortalExecutor
com.liferay.petra.concurrent.NoticeableExecutorService registerPortalExecutor(String name, com.liferay.petra.concurrent.NoticeableExecutorService noticeableExecutorService)
-