org.rhq.enterprise.gui.util
Class StatisticsUtility

java.lang.Object
  extended by org.rhq.enterprise.gui.util.StatisticsUtility

public class StatisticsUtility
extends Object

A utility to track down how many round trips hibernate may be doing for a given set of code. This just tracks the difference in raw connect counts and can be thrown off by connections made in other threads

Author:
Greg Hinkle

Constructor Summary
StatisticsUtility()
           
 
Method Summary
 void logStats()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsUtility

public StatisticsUtility()
Method Detail

logStats

public void logStats()


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.