com.kenmccrary.jtella
Class Host

java.lang.Object
  |
  +--com.kenmccrary.jtella.Host

public class Host
extends java.lang.Object

Contains the location of a host on the network


Method Summary
 boolean equals(java.lang.Object obj)
          Equals comparison
 int hashCode()
          Use the IP address for the hashcode
 java.lang.String toString()
          Get text based host information
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Equals comparison
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Use the IP address for the hashcode
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Get text based host information
Overrides:
toString in class java.lang.Object