edu.jas.ring
Class ClientsPS

java.lang.Object
  extended by edu.jas.ring.ClientsPS
All Implemented Interfaces:
java.lang.Runnable

 class ClientsPS
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ClientsPS(java.lang.String host, int port)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientsPS

ClientsPS(java.lang.String host,
          int port)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable