Example
Class Client14

java.lang.Object
  extended by Example.Client14

public class Client14
extends java.lang.Object

This client demonstrates using parallel execution for the real world problem of calculating Pi.


Field Summary
static int iterations
           
private static boolean no_rr
           
static int step
           
 
Constructor Summary
Client14()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

no_rr

private static final boolean no_rr
See Also:
Constant Field Values

iterations

public static int iterations

step

public static int step
Constructor Detail

Client14

public Client14()
Method Detail

main

public static void main(java.lang.String[] args)