net.rmi.rjs.pk.LusCs
Class LusGui

java.lang.Object
  extended by net.rmi.rjs.pk.LusCs.LusGui

public class LusGui
extends java.lang.Object

Look Up Server Registers avalable Compute Server A man in the middel


Field Summary
 CsRecords csRecords
           
 
Constructor Summary
LusGui()
           
 
Method Summary
 java.net.InetAddress getBestIp()
           
 void getJar()
           
 java.lang.String getJobURL()
           
 java.lang.String[] getJobURLArray()
           
 java.lang.String getRmiUrl(java.lang.String ipAddress)
          String location = "rmi://" +serverHostName +"/" +REMOTE_NAME;
 void processWithMulticastSocket()
           
 void sendJobUrltoCs(java.lang.String url, java.net.InetAddress CSIp)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

csRecords

public CsRecords csRecords
Constructor Detail

LusGui

public LusGui()
Method Detail

processWithMulticastSocket

public void processWithMulticastSocket()

getJar

public void getJar()

getRmiUrl

public java.lang.String getRmiUrl(java.lang.String ipAddress)
String location = "rmi://" +serverHostName +"/" +REMOTE_NAME;


getBestIp

public java.net.InetAddress getBestIp()

getJobURLArray

public java.lang.String[] getJobURLArray()

getJobURL

public java.lang.String getJobURL()

sendJobUrltoCs

public void sendJobUrltoCs(java.lang.String url,
                           java.net.InetAddress CSIp)