com.ebay.carad.os.vitalsigns
Interface IDataRetriever

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
DifferenceQueryLogger, DifferenceQueryRateLogger, QueryLogger, ReportRatioLogger, TesterLogger, UrlRegexDataRetriever

public interface IDataRetriever
extends java.lang.Cloneable

Version:
$Id$
Author:
Jeremy Thomerson

Field Summary
static IDataRetriever NO_OP_DATA_RETRIEVER
           
static java.lang.Float ZERO
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.Float getData(IDashboardAgent agent)
           
 

Field Detail

ZERO

static final java.lang.Float ZERO

NO_OP_DATA_RETRIEVER

static final IDataRetriever NO_OP_DATA_RETRIEVER
Method Detail

getData

java.lang.Float getData(IDashboardAgent agent)

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Throws:
java.lang.CloneNotSupportedException


Copyright © 2004-2009. All Rights Reserved.