SCS

scs.demos.philosopher.servant
Class PhilosopherApp

java.lang.Object
  extended by scs.demos.philosopher.servant.PhilosopherApp

public class PhilosopherApp
extends java.lang.Object


Constructor Summary
PhilosopherApp(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhilosopherApp

public PhilosopherApp(java.lang.String[] args)
Method Detail

main

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

run

public void run()
         throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

SCS