SCS

scs.demos.pingpong.servant
Class PingPongApp

java.lang.Object
  extended by scs.demos.pingpong.servant.PingPongApp

public class PingPongApp
extends java.lang.Object


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

Constructor Detail

PingPongApp

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

main

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

run

public void run()
         throws java.lang.InterruptedException
* @throws InterruptedException *

Throws:
java.lang.InterruptedException

stop

public void stop()

SCS