net.rmi.rmiSynth
Class HostManagerGui

java.lang.Object
  extended by net.rmi.rmiSynth.HostManagerGui

public class HostManagerGui
extends java.lang.Object

The HostManager is invoked remotely by unicast remote protocol. New workers that enter into the grid must know the IP addBk.address of the HostManager We need to provide a leasing mechanism that expires a host. First start the host manager. Then start the computation servers. Finally start the compute client


Method Summary
 Host[] getHosts()
           
 java.lang.String getHtml()
           
static void main(java.lang.String[] args)
           
static void print(java.lang.Object o)
           
static void print(java.lang.Object[] o)
           
 void printHosts()
           
 void printHtml()
           
 void testHtmlDisplay()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

printHosts

public void printHosts()

printHtml

public void printHtml()

getHtml

public java.lang.String getHtml()

testHtmlDisplay

public void testHtmlDisplay()

print

public static void print(java.lang.Object[] o)

getHosts

public Host[] getHosts()

print

public static void print(java.lang.Object o)

main

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