org.jboss.varia.stats
Class TxReport

java.lang.Object
  extended byorg.jboss.varia.stats.TxReport
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Nested Class Summary
static class TxReport.MethodStats (src)
           
static class TxReport.SqlStats (src)
           
 
Constructor Summary
TxReport()
           
 
Method Summary
 boolean addItem(StatisticalItem (src)  item)
           
 int getCount()
           
 java.lang.String getName()
           
 java.util.Map getStats()
           
 void merge(TxReport (src)  txReport)
          This method destroys txReport parameter!!! Not really a nice implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxReport

public TxReport()
Method Detail

getName

public java.lang.String getName()

getCount

public int getCount()

getStats

public java.util.Map getStats()

addItem

public boolean addItem(StatisticalItem (src)  item)

merge

public void merge(TxReport (src)  txReport)
This method destroys txReport parameter!!! Not really a nice implementation.