Interface YahooFeedMXBean

    • Method Detail

      • getURL

        String getURL()
        Returns the URL that describes the location of the Yahoo server.
        Returns:
        a String value
      • setURL

        void setURL​(String inURL)
        Sets the URL that describes the location of the Marketcetera Exchange server.
        Parameters:
        inURL - a String value
      • getRefreshInterval

        String getRefreshInterval()
        Gets the interval at which to refresh market data in ms.
        Returns:
        a String value
      • setRefreshInterval

        void setRefreshInterval​(String inRefreshInterval)
        Sets the interval at which to refresh market data in ms.
        Parameters:
        inRefreshInterval - a String value
      • getRequestCounter

        long getRequestCounter()
        Gets the number of requests that have been made.
        Returns:
        a long value
      • resetRequestCounter

        void resetRequestCounter()
        Resets the request counter.