Interface ElasticAgentTunnelPorts
-
- All Known Subinterfaces:
ElasticInstanceManager
- All Known Implementing Classes:
ElasticInstanceManagerImpl
public interface ElasticAgentTunnelPorts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAgentSideHttpPort()
The TCP port upon which the Elastic Agent listens for HTTP traffic intended for the Bamboo Server.int
getAgentSideJmsPort()
The TCP port upon which the Elastic Agent listens for JMS traffic intended for the Bamboo Server.int
getTunnelPort()
The TCP port upon which Elastic Agents listens for incoming tunnel connections from the Bamboo Server.
-
-
-
Method Detail
-
getTunnelPort
int getTunnelPort()
The TCP port upon which Elastic Agents listens for incoming tunnel connections from the Bamboo Server.
-
getAgentSideHttpPort
int getAgentSideHttpPort()
The TCP port upon which the Elastic Agent listens for HTTP traffic intended for the Bamboo Server.
-
getAgentSideJmsPort
int getAgentSideJmsPort()
The TCP port upon which the Elastic Agent listens for JMS traffic intended for the Bamboo Server.
-
-