metaglue
Class MetaglueAgentID
java.lang.Object
|
+--metaglue.MetaglueAgentID
- All Implemented Interfaces:
- Serializable
- public class MetaglueAgentID
- extends Object
- implements Serializable
- See Also:
- Serialized Form
MetaglueAgentID
public MetaglueAgentID(InetAddress host,
CatalogID catalogID)
MetaglueAgentID
public MetaglueAgentID(InetAddress host,
CatalogID catalogID,
String cname)
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