edu.jas.ring
Class GBClient

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

 class GBClient
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
GBClient(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

GBClient

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

run

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