Package COM.TIBCO.hawk.console.hawkeye
Class AgentID
java.lang.Object
COM.TIBCO.hawk.console.hawkeye.AgentID
AgentID objects identify real agent processes through the combination
of agent name, agent dns name, and hawk domain.
The TIB/Hawk system requires that all running agents have a unique combination of these three values.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
getName
Returns the name of the agent -
getDns
Returns the dns name of the agent. The dns name is used to distinguish between two agents that have the same name attribute. -
getHawkDomain
Returns the hawk domain of the agent. -
equals
-
hashCode
public int hashCode() -
toString
-