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

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

public class HostNameManager
extends java.lang.Object

Used to create a Hashtable for storing hostnames found int the hostnames.txt file. Values are unique for each host. Also used to help define when to reset graph data.


Method Summary
 java.util.Hashtable getHashHosts()
           
 int getHostCount()
           
static HostNameManager getHostNameManager()
           
 java.util.Vector getHosts()
           
 boolean isHostFile()
           
 void resetHosts()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHosts

public java.util.Vector getHosts()

getHostCount

public int getHostCount()

getHashHosts

public java.util.Hashtable getHashHosts()

isHostFile

public boolean isHostFile()

resetHosts

public void resetHosts()

getHostNameManager

public static HostNameManager getHostNameManager()


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