|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortalExecutorManager
Method Summary | ||
---|---|---|
|
execute(String name,
Callable<T> callable)
|
|
|
execute(String name,
Callable<T> callable,
long timeout,
TimeUnit timeUnit)
|
|
ThreadPoolExecutor |
getPortalExecutor(String name)
|
|
ThreadPoolExecutor |
getPortalExecutor(String name,
boolean createIfAbsent)
|
|
void |
shutdown()
|
|
void |
shutdown(boolean interrupt)
|
|
void |
shutdown(String name)
|
|
void |
shutdown(String name,
boolean interrupt)
|
Method Detail |
---|
<T> Future<T> execute(String name, Callable<T> callable)
<T> T execute(String name, Callable<T> callable, long timeout, TimeUnit timeUnit) throws ExecutionException, InterruptedException, TimeoutException
ExecutionException
InterruptedException
TimeoutException
ThreadPoolExecutor getPortalExecutor(String name)
ThreadPoolExecutor getPortalExecutor(String name, boolean createIfAbsent)
void shutdown()
void shutdown(boolean interrupt)
void shutdown(String name)
void shutdown(String name, boolean interrupt)
|
Liferay 6.1.10-ee-ga1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |