metaglue
Class MetaglueAgentID

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

public class MetaglueAgentID
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
MetaglueAgentID(InetAddress host, CatalogID catalogID)
           
MetaglueAgentID(InetAddress host, CatalogID catalogID, String cname)
           
 
Method Summary
 boolean equals(Object o)
           
 CatalogID getCatalogID()
           
 String getChristianName()
           
 InetAddress getHost()
           
 String getHostAddress()
          Return the 4 byte code string of the host.
 String getHostName()
          Return the name of machine.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MetaglueAgentID

public MetaglueAgentID(InetAddress host,
                       CatalogID catalogID)

MetaglueAgentID

public MetaglueAgentID(InetAddress host,
                       CatalogID catalogID,
                       String cname)
Method Detail

getHost

public InetAddress getHost()

getChristianName

public String getChristianName()

getHostAddress

public String getHostAddress()
Return the 4 byte code string of the host.

getHostName

public String getHostName()
Return the name of machine.

getCatalogID

public CatalogID getCatalogID()

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