Interface ElasticAgentTunnelPorts

All Known Subinterfaces:
ElasticInstanceManager
All Known Implementing Classes:
ElasticInstanceManagerImpl

public interface ElasticAgentTunnelPorts
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The TCP port upon which the Elastic Agent listens for HTTP traffic intended for the Bamboo Server.
    int
    The TCP port upon which the Elastic Agent listens for JMS traffic intended for the Bamboo Server.
    int
    The TCP port upon which Elastic Agents listens for incoming tunnel connections from the Bamboo Server.
  • Method Details

    • 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.