|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebay.carad.os.vitalsigns.dataretrievers.TesterLogger
public class TesterLogger
Wraps an instance of ITester, and logs its output.
| Field Summary | |
|---|---|
private ITester |
mTester
|
| Fields inherited from interface com.ebay.carad.os.vitalsigns.IDataRetriever |
|---|
NO_OP_DATA_RETRIEVER, ZERO |
| Constructor Summary | |
|---|---|
TesterLogger()
Basic constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.Float |
getData()
|
java.lang.Float |
getData(IDashboardAgent agent)
|
ITester |
getTester()
Returns the tester we are running. |
void |
setTester(ITester tester)
IoC method, sets the tester we are wrapping. |
void |
templatize(java.lang.Object[] params)
Template-formats the given object with a set of parameters. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ITester mTester
| Constructor Detail |
|---|
public TesterLogger()
| Method Detail |
|---|
public void setTester(ITester tester)
tester - the tester to runpublic ITester getTester()
public java.lang.Float getData()
public void templatize(java.lang.Object[] params)
ITemplatizable
templatize in interface ITemplatizableparams - an array of objects (usually strings) to use for templatization
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface IDataRetrieverclone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic java.lang.Float getData(IDashboardAgent agent)
getData in interface IDataRetriever
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||