Interface PortalExecutorManager


public interface PortalExecutorManager
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.petra.concurrent.NoticeableExecutorService
     
    com.liferay.petra.concurrent.NoticeableExecutorService
    getPortalExecutor(String name, boolean createIfAbsent)
     
    com.liferay.petra.concurrent.NoticeableExecutorService
    registerPortalExecutor(String name, com.liferay.petra.concurrent.NoticeableExecutorService noticeableExecutorService)
     
  • Method Details

    • getPortalExecutor

      com.liferay.petra.concurrent.NoticeableExecutorService getPortalExecutor(String name)
    • 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)