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) |
void |
shutdown() |
void |
shutdown(boolean interrupt) |
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)
void shutdown()
void shutdown(boolean interrupt)