FileDocCategorySizeDatePackage
JDBCConnectionPoolStatsTest.javaAPI DocGlassfish v2 API3229Fri May 04 22:24:06 BST 2007com.sun.enterprise.management.monitor

JDBCConnectionPoolStatsTest

public final class JDBCConnectionPoolStatsTest extends ConnectionPoolStatsTest

Fields Summary
Constructors Summary
public JDBCConnectionPoolStatsTest()

    
Methods Summary
public voidnextMonitor(com.sun.appserv.management.monitor.MonitoringStats ms)

		final JDBCConnectionPoolMonitor		m	= (JDBCConnectionPoolMonitor)ms;
		final AltJDBCConnectionPoolStats	s	= m.getAltJDBCConnectionPoolStats();
		
		accessAllStatistics( s );
  	
public voidtestJDBCConnectionPoolStats()

		final long	start	= now();
		
  		final int	numMonitors	= iterateAllMonitors( XTypes.JDBC_CONNECTION_POOL_MONITOR );
  		
		printElapsed( "testConnectorConnectionPoolStats", numMonitors, start );