public interface PortalExecutorManager
| Modifier and Type | Method and Description |
|---|---|
NoticeableExecutorService |
getPortalExecutor(java.lang.String name) |
NoticeableExecutorService |
getPortalExecutor(java.lang.String name,
boolean createIfAbsent) |
NoticeableExecutorService |
registerPortalExecutor(java.lang.String name,
NoticeableExecutorService noticeableExecutorService) |
void |
shutdown() |
void |
shutdown(boolean interrupt) |
NoticeableExecutorService getPortalExecutor(java.lang.String name)
NoticeableExecutorService getPortalExecutor(java.lang.String name, boolean createIfAbsent)
NoticeableExecutorService registerPortalExecutor(java.lang.String name, NoticeableExecutorService noticeableExecutorService)
void shutdown()
void shutdown(boolean interrupt)