edu.jas.ring
Class GBClientPS

java.lang.Object
  extended by edu.jas.ring.GBClientPS
All Implemented Interfaces:
RemoteExecutable, java.io.Serializable, java.lang.Runnable

 class GBClientPS
extends java.lang.Object
implements RemoteExecutable

Objects of this class are to be send to a ExecutableServer


Field Summary
(package private)  java.lang.String host
           
(package private)  int port
           
 
Constructor Summary
GBClientPS(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
 

Field Detail

host

java.lang.String host

port

int port
Constructor Detail

GBClientPS

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

run

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