Java EE 5 SDK

com.sun.appserv.management.monitor.statistics
Interface ConnectorConnectionPoolStats

All Superinterfaces:
ConnectionPoolStats, Stats

public interface ConnectorConnectionPoolStats
extends ConnectionPoolStats

A Stats interface to represent the statistical data exposed by a Connector Connection Pool. It inherits from the ConnectionPoolStats interface and as of now($Revision: 1.3 $) does not provide any additional methods.


Method Summary
 
Methods inherited from interface com.sun.appserv.management.monitor.statistics.ConnectionPoolStats
getAverageConnWaitTime, getConnRequestWaitTime, getNumConnAcquired, getNumConnCreated, getNumConnDestroyed, getNumConnFailedValidation, getNumConnFree, getNumConnNotSuccessfullyMatched, getNumConnReleased, getNumConnSuccessfullyMatched, getNumConnTimedOut, getNumConnUsed, getWaitQueueLength
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 


Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.