org.apache.geronimo.samples.daytrader.util
Class MDBStats
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.apache.geronimo.samples.daytrader.util.MDBStats
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class MDBStats
- extends 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
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
getInstance
public static MDBStats getInstance()
addTiming
public TimerStat addTiming(String type,
long sendTime,
long recvTime)
reset
public void reset()
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.