org.openware.loadsim.output
Class Results
java.lang.Object
|
+--org.openware.loadsim.output.Results
- All Implemented Interfaces:
- IResults, java.rmi.Remote
- public class Results
- extends java.lang.Object
- implements IResults
Constructor Summary |
Results(java.lang.String outputFileName)
|
Results(java.lang.String outputFileName,
boolean append)
|
Results(java.lang.String outputFileName,
boolean append,
boolean local)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Results
public Results(java.lang.String outputFileName)
throws java.io.IOException
Results
public Results(java.lang.String outputFileName,
boolean append)
throws java.io.IOException
Results
public Results(java.lang.String outputFileName,
boolean append,
boolean local)
throws java.io.IOException
getFileName
public java.lang.String getFileName()
addSample
public void addSample(SampleResult result)
- Specified by:
addSample
in interface IResults
fetchResults
public java.lang.String fetchResults()
throws java.io.IOException
- Specified by:
fetchResults
in interface IResults
dumpFile
public void dumpFile()
close
public void close()
- Specified by:
close
in interface IResults
Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.