org.jboss.jrunit.data
Class BenchmarkExecution

java.lang.Object
  extended by org.jboss.jrunit.data.BenchmarkExecution
All Implemented Interfaces:
java.io.Serializable

public class BenchmarkExecution
extends java.lang.Object
implements java.io.Serializable

Author:
clebert.suconic@jboss.com
See Also:
Serialized Form

Constructor Summary
BenchmarkExecution()
           
 
Method Summary
 java.util.Collection getAllMeasures()
           
 long getElapsedTime()
           
 java.util.Date getExecutionDate()
           
 int getExecutionId()
           
 int getExecutions()
           
 BenchmarkMeasure getMeasure(java.lang.String name)
           
 java.util.HashMap getMeasuresHashMap()
           
 void setElapsedTime(long elapsedTime)
           
 void setExecutionDate(java.util.Date executionDate)
           
 void setExecutionId(int executionId)
           
 void setExecutions(int executions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkExecution

public BenchmarkExecution()
Method Detail

getElapsedTime

public long getElapsedTime()

setElapsedTime

public void setElapsedTime(long elapsedTime)

getAllMeasures

public java.util.Collection getAllMeasures()

getMeasuresHashMap

public java.util.HashMap getMeasuresHashMap()

getMeasure

public BenchmarkMeasure getMeasure(java.lang.String name)

getExecutions

public int getExecutions()

setExecutions

public void setExecutions(int executions)

getExecutionDate

public java.util.Date getExecutionDate()

setExecutionDate

public void setExecutionDate(java.util.Date executionDate)

getExecutionId

public int getExecutionId()

setExecutionId

public void setExecutionId(int executionId)


JRunit, a JUnit extension for distributed client/server tests.