|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.faban.harness.engine.RunFacade
public class RunFacade
The RunFacade provides a benchmark with callbacks to get run information.
Method Summary | |
---|---|
String |
getBenchmarkDir()
Obtains the benchmark deployment directory. |
static RunFacade |
getInstance()
Returns instance of RunFacade. |
String |
getOutDir()
Obtains the output directory for this run. |
String |
getParamFile()
Obtains the parameter/config file path for this run. |
ParamRepository |
getParamRepository()
Obtains the param repository for this run. |
String |
getRunId()
Obtains the run id in the form benchmark.id. |
String |
getRunSeq()
Obtains the sequence part of the run id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RunFacade getInstance()
public String getBenchmarkDir()
public String getOutDir()
public ParamRepository getParamRepository()
public String getParamFile()
public String getRunSeq()
public String getRunId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |