com.sun.multicast.reliable.applications.testtools
Class ResetGDManager

java.lang.Object
  |
  +--com.sun.multicast.reliable.applications.testtools.ResetGDManager

public class ResetGDManager
extends java.lang.Object

Used to keep track of when the graph should be reset. This is all implemented using rmi. A hashtable is created that contains all the hosts in the hostnames.txt file. This hash is set to true if the reset has been done for that host. reset boolean is used as a flag to let each receiver know if the group is in the process of resetting each receiver.


Constructor Summary
ResetGDManager()
           
 
Method Summary
 boolean getReset()
           
static ResetGDManager getResetGDManager()
           
 void resetHosts()
           
 void setHost(java.lang.String hostname)
           
 void setReset(boolean set)
           
 void testResetHash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResetGDManager

public ResetGDManager()
Method Detail

getResetGDManager

public static ResetGDManager getResetGDManager()

resetHosts

public void resetHosts()

setHost

public void setHost(java.lang.String hostname)

getReset

public boolean getReset()

testResetHash

public void testResetHash()

setReset

public void setReset(boolean set)


JavaTM Reliable MulticastTM Service version 1.1
Copyright (c) 2001, Sun Microsystems Laboratories, All rights reserved.