Uses of Interface
com.ebay.carad.os.vitalsigns.IDataRetriever

Packages that use IDataRetriever
com.ebay.carad.os.vitalsigns   
com.ebay.carad.os.vitalsigns.dataretrievers   
 

Uses of IDataRetriever in com.ebay.carad.os.vitalsigns
 

Fields in com.ebay.carad.os.vitalsigns declared as IDataRetriever
private  IDataRetriever DashboardReport.mDataRetriever
           
static IDataRetriever IDataRetriever.NO_OP_DATA_RETRIEVER
           
 

Methods in com.ebay.carad.os.vitalsigns with parameters of type IDataRetriever
 void DashboardReport.setDataRetriever(IDataRetriever dataRetriever)
           
 

Uses of IDataRetriever in com.ebay.carad.os.vitalsigns.dataretrievers
 

Classes in com.ebay.carad.os.vitalsigns.dataretrievers that implement IDataRetriever
 class DifferenceQueryLogger
          Takes the output of a simple one-cell query (column name "data") from the DB and logs the DIFFERENCE between the last time the query was run and the current run.
 class DifferenceQueryRateLogger
          Takes a difference query, and logs its value as a rate per time period.
 class QueryLogger
          Takes the output of a simple one-cell query (column name "data") from the production DB and logs it.
 class ReportRatioLogger
          Takes in two report ID's and logs the ratio of their most recently logged values into its own report ID.
 class TesterLogger
          Wraps an instance of ITester, and logs its output.
 class UrlRegexDataRetriever
           
 



Copyright © 2004-2009. All Rights Reserved.