Package at.jku.ssw.fp.sect09_2
Class Demo2_Future
- java.lang.Object
-
- at.jku.ssw.fp.sect09_2.Demo2_Future
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ExecutorService
executor
private static int
PARALLELISM
(package private) static Random
RAND
private static long
WAIT
-
Constructor Summary
Constructors Constructor Description Demo2_Future()
-
-
-
Field Detail
-
PARALLELISM
private static final int PARALLELISM
- See Also:
- Constant Field Values
-
executor
static final ExecutorService executor
-
RAND
static final Random RAND
-
WAIT
private static final long WAIT
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
-