com.sun.faban.harness.webclient
Class DetailReport

java.lang.Object
  extended by com.sun.faban.harness.webclient.DetailReport

public class DetailReport
extends Object


Constructor Summary
DetailReport(String detFile)
           
 
Method Summary
 double getOpAvgThruput(int opIdx)
           
 String getOpName(int opIdx)
           
 ArrayList<Double> getOpRT(int opIdx)
           
 ArrayList<Integer> getOpRTDist(int opIdx)
           
 ArrayList<Double> getOpThruput(int opIdx)
           
 ArrayList<Double> getThruput()
           
 ArrayList<Double> getTimes()
           
 ArrayList<Double> getTimesDist()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DetailReport

public DetailReport(String detFile)
             throws IOException
Throws:
IOException
Method Detail

getOpName

public String getOpName(int opIdx)

getThruput

public ArrayList<Double> getThruput()

getOpAvgThruput

public double getOpAvgThruput(int opIdx)

getOpThruput

public ArrayList<Double> getOpThruput(int opIdx)

getOpRT

public ArrayList<Double> getOpRT(int opIdx)
                          throws IOException
Throws:
IOException

getOpRTDist

public ArrayList<Integer> getOpRTDist(int opIdx)
                               throws IOException
Throws:
IOException

getTimes

public ArrayList<Double> getTimes()
                           throws IOException
Throws:
IOException

getTimesDist

public ArrayList<Double> getTimesDist()
                               throws IOException
Throws:
IOException