public class FSTOrderedConcurrentJobExecutor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FSTOrderedConcurrentJobExecutor.FSTRunnable |
| Constructor and Description |
|---|
FSTOrderedConcurrentJobExecutor(int threads) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCall(FSTOrderedConcurrentJobExecutor.FSTRunnable toRun) |
int |
getNumThreads() |
static void |
main(String[] args) |
void |
waitForFinish() |
public FSTOrderedConcurrentJobExecutor(int threads)
public void addCall(FSTOrderedConcurrentJobExecutor.FSTRunnable toRun) throws InterruptedException
InterruptedExceptionpublic void waitForFinish()
throws InterruptedException
InterruptedExceptionpublic int getNumThreads()
public static void main(String[] args) throws InterruptedException
InterruptedExceptionCopyright © 2014. All rights reserved.