Class Agent
- java.lang.Object
-
- com.chutneytesting.agent.domain.network.Agent
-
public class Agent extends Object
-
-
Field Summary
Fields Modifier and Type Field Description NamedHostAndPortagentInfo
-
Constructor Summary
Constructors Constructor Description Agent(NamedHostAndPort agentInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentaddReachable(Agent agent)AgentaddReachable(TargetId target)booleanequals(Object o)List<Agent>findFellowAgentForReaching(String targetName, String environment)inthashCode()Set<Agent>reachableAgents()Set<TargetId>reachableTargets()StringtoString()
-
-
-
Field Detail
-
agentInfo
public final NamedHostAndPort agentInfo
-
-
Constructor Detail
-
Agent
public Agent(NamedHostAndPort agentInfo)
-
-