Class Agent
java.lang.Object
fr.enedis.chutney.agent.domain.network.Agent
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort -
Constructor Summary
ConstructorsConstructorDescriptionAgent(fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort agentInfo) -
Method Summary
Modifier and TypeMethodDescriptionaddReachable(Agent agent) addReachable(TargetId target) booleanfindFellowAgentForReaching(String targetName, String environment) inthashCode()toString()
-
Field Details
-
agentInfo
public final fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort agentInfo
-
-
Constructor Details
-
Agent
public Agent(fr.enedis.chutney.engine.domain.delegation.NamedHostAndPort agentInfo)
-
-
Method Details