public class AgentID
extends java.lang.Object
The TIB/Hawk system requires that all running agents have a unique combination of these three values.
| Constructor and Description |
|---|
AgentID(COM.TIBCO.hawk.console.nest.shared.AgentID nestAid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDns()
Returns the dns name of the agent.
|
java.lang.String |
getHawkDomain()
Returns the hawk domain of the agent.
|
java.lang.String |
getName()
Returns the name of the agent
|
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getName()
public java.lang.String getDns()
public java.lang.String getHawkDomain()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2021 TIBCO Inc. All Rights Reserved.