Uses of Class
eu.larkc.core.parallelization.MultiThreadingException

Packages that use MultiThreadingException
eu.larkc.core.parallelization   
 

Uses of MultiThreadingException in eu.larkc.core.parallelization
 

Methods in eu.larkc.core.parallelization that throw MultiThreadingException
 SetOfStatements MultiThreading.getSynchronizedResults()
          Allows for retrieving the synchronized results from all instances of the thread pool.
 SetOfStatements MultiThreadingImpl.getSynchronizedResults()
          Merges the individual outputs into a synchronized result set.
 void MultiThreading.invokeThreadPool(java.util.HashMap<java.util.List<Plugin>,SetOfStatements> pluginList)
          Invokes a thread pool for a particular list of plug-ins.
 void MultiThreadingImpl.invokeThreadPool(java.util.HashMap<java.util.List<Plugin>,SetOfStatements> pluginList)
          Invokes the parallel execution for a given set of plug-ins.