com.atlassian.bamboo.agent.elastic.tunnel
Interface ElasticAgentTunnelPorts

All Known Subinterfaces:
ElasticInstanceManager
All Known Implementing Classes:
ElasticInstanceManagerImpl

public interface ElasticAgentTunnelPorts


Method Summary
 int getHTTPProxyPort()
          The TCP port upon which the Elastic Agent listens for HTTP traffic intended for the Bamboo Server.
 int getJMSProxyPort()
          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.


getHTTPProxyPort

int getHTTPProxyPort()

The TCP port upon which the Elastic Agent listens for HTTP traffic intended for the Bamboo Server.


getJMSProxyPort

int getJMSProxyPort()

The TCP port upon which the Elastic Agent listens for JMS traffic intended for the Bamboo Server.



Copyright © 2011 Atlassian. All Rights Reserved.