Class BrokerTournamentService


  • @Service
    public class BrokerTournamentService
    extends Object
    Logs a broker into a tournament server, retrieving tournament-specific and game-specific configuration data from the server. This data can then be used to log into a simulation.
    Author:
    Erik Onarheim
    • Constructor Detail

      • BrokerTournamentService

        public BrokerTournamentService()
    • Method Detail

      • init

        public void init()
      • getJmsUrl

        public String getJmsUrl()
      • getServerQueueName

        public String getServerQueueName()
      • getBrokerQueueName

        public String getBrokerQueueName()
      • login

        public boolean login​(String tournamentName,
                             String tsUrl,
                             String authToken,
                             long quittingTime)