Example
Class Client13

java.lang.Object
  extended by Example.Client13

public class Client13
extends java.lang.Object

This client demonstrates parallel execution of methods using multiple processes, which can live on different physical machines, of course.


Constructor Summary
Client13()
           
 
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
 

Constructor Detail

Client13

public Client13()
Method Detail

main

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