org.marketcetera.marketdata.yahoo
Interface YahooFeedMXBean

All Superinterfaces:
AbstractMarketDataModuleMXBean
All Known Implementing Classes:
YahooFeedModule

@MXBean(value=true)
public interface YahooFeedMXBean
extends AbstractMarketDataModuleMXBean

Provides an MX interface for the Yahoo market data feed.

Since:
2.1.4
Version:
$Id: YahooFeedMXBean.java 16154 2012-07-14 16:34:05Z colin $
Author:
Colin DuPlantis

Method Summary
 String getRefreshInterval()
          Gets the interval at which to refresh market data in ms.
 long getRequestCounter()
          Gets the number of requests that have been made.
 String getURL()
          Returns the URL that describes the location of the Yahoo server.
 void resetRequestCounter()
          Resets the request counter.
 void setRefreshInterval(String inRefreshInterval)
          Sets the interval at which to refresh market data in ms.
 void setURL(String inURL)
          Sets the URL that describes the location of the Marketcetera Exchange server.
 
Methods inherited from interface org.marketcetera.marketdata.AbstractMarketDataModuleMXBean
getAssetClasses, getCapabilities, getFeedStatus, reconnect
 

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.



Copyright © 2012. All Rights Reserved.