Class AgentID

java.lang.Object
COM.TIBCO.hawk.console.hawkeye.AgentID

public class AgentID extends Object
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 Details

    • AgentID

      public AgentID(COM.TIBCO.hawk.console.nest.shared.AgentID nestAid)
  • Method Details

    • getName

      public String getName()
      Returns the name of the agent
    • getDns

      public String 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

      public String getHawkDomain()
      Returns the hawk domain of the agent.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object