Uses of Class
org.silverpeas.core.thread.ManagedThreadPoolException
-
Packages that use ManagedThreadPoolException Package Description org.silverpeas.core.thread Provides an engine to manage multi-threaded treatments in Silverpeas. -
-
Uses of ManagedThreadPoolException in org.silverpeas.core.thread
Methods in org.silverpeas.core.thread that throw ManagedThreadPoolException Modifier and Type Method Description void
ManagedThreadPool. invokeAndAwaitTermination(Runnable... runnables)
void
ManagedThreadPool. invokeAndAwaitTermination(List<? extends Runnable> runnables)
void
ManagedThreadPool. invokeAndAwaitTermination(List<? extends Runnable> runnables, ManagedThreadPool.ExecutionConfig config)
void
ManagedThreadPool. invokeAndAwaitTermination(Stream<? extends Runnable> runnables, ManagedThreadPool.ExecutionConfig config)
Invokes the given stream ofRunnable
instances into a managed thread and waiting for the end of execution of all of it.
EachRunnable
instance in the stream will be used one managed thread.
If the application server has no more thread to supply, then the execution will wait until it exists one again available.
-