org.apache.geronimo.samples.daytrader.util
Class MDBStats

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.geronimo.samples.daytrader.util.MDBStats
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class MDBStats
extends java.util.HashMap

Author:
stancox To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.
See Also:
Serialized Form

Method Summary
 TimerStat addTiming(java.lang.String type, long sendTime, long recvTime)
           
static MDBStats getInstance()
           
 void reset()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Method Detail

getInstance

public static MDBStats getInstance()

addTiming

public TimerStat addTiming(java.lang.String type,
                           long sendTime,
                           long recvTime)

reset

public void reset()


Copyright © 2005-2006 Apache Software Foundation. All Rights Reserved.