edu.trinity.cs.bmassing.threads
Class HelloSynch3

java.lang.Object
  extended by edu.trinity.cs.bmassing.threads.HelloSynch3

public class HelloSynch3
extends java.lang.Object

Simple synchronization example, version 3. Threads perform I/O with delays, introducing need to ensure one-at-a-time access to System.out. Correct synchronization, one way. Command-line argument specifies number of threads.


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

HelloSynch3

public HelloSynch3()
Method Detail

main

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