Package oms3.util
Class Threads
- java.lang.Object
-
- oms3.util.Threads
-
public class Threads extends Object
Compound Execution utilities.- Version:
- $Id$
- Author:
- Olaf David
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreads.CompList<T>
-
Field Summary
Fields Modifier and Type Field Description static ExecutorServicee
-
Constructor Summary
Constructors Constructor Description Threads()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidpar_e(Threads.CompList<?> t)static voidpar_e(Threads.CompList<?> t, int numproc)static voidpar_ief(Threads.CompList<?> t)static voidseq_e(Threads.CompList<?> t)static voidseq_ief(Threads.CompList<?> t)
-
-
-
Field Detail
-
e
public static ExecutorService e
-
-
Method Detail
-
seq_e
public static void seq_e(Threads.CompList<?> t)
-
seq_ief
public static void seq_ief(Threads.CompList<?> t) throws Exception
- Throws:
Exception
-
par_ief
public static void par_ief(Threads.CompList<?> t) throws Exception
- Throws:
Exception
-
par_e
public static void par_e(Threads.CompList<?> t) throws Exception
- Throws:
Exception
-
par_e
public static void par_e(Threads.CompList<?> t, int numproc) throws Exception
- Throws:
Exception
-
-