Package COM.TIBCO.hawk.talon
Class Agent
java.lang.Object
COM.TIBCO.hawk.talon.Agent
- All Implemented Interfaces:
Serializable
Agent objects are used to identify microagents.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Agent
Constructs an Agent object- Parameters:
name- The agent's name.nns- The agent's dns value.hawkDomain- The agent's hawk domain value.starttime- The agent's start time
-
-
Method Details
-
getName
-
getDns
-
getHawkDomain
-
getStartTime
public long getStartTime()Returns the agent's start time.It reflects the time the agent was initialized from the perspective of the system clock on the host the agent is running on. This value is the number of milliseconds since January 1, 1970, 00:00:00 GMT.
- Returns:
- The agent's start time.
-
equals
-
hashCode
public int hashCode() -
toString
-