Class LocalServerIdentifier
- java.lang.Object
-
- com.chutneytesting.agent.domain.configure.LocalServerIdentifier
-
public class LocalServerIdentifier extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalServerIdentifier(int port, String defaultLocalName, String defaultLocalHostName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentfindLocalAgent(AgentGraph agentGraph)StringgetLocalName(NetworkConfiguration networkConfiguration)NetworkConfigurationwithLocalHost(NetworkConfiguration networkConfiguration)
-
-
-
Method Detail
-
getLocalName
public String getLocalName(NetworkConfiguration networkConfiguration)
-
findLocalAgent
public Agent findLocalAgent(AgentGraph agentGraph)
-
withLocalHost
public NetworkConfiguration withLocalHost(NetworkConfiguration networkConfiguration)
-
-