metaglue
Class LogManagerID

java.lang.Object
  |
  +--metaglue.LogManagerID

public class LogManagerID
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LogManagerID(InetAddress host)
           
 
Method Summary
 boolean equals(Object o)
           
 InetAddress getHost()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogManagerID

public LogManagerID(InetAddress host)
Method Detail

getHost

public InetAddress getHost()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object