FileDocCategorySizeDatePackage
ConnectionManagerStats.javaAPI DocGlassfish v2 API2670Fri May 04 22:31:02 BST 2007com.sun.appserv.management.monitor.statistics

ConnectionManagerStats

public interface ConnectionManagerStats implements javax.management.j2ee.statistics.Stats
see
com.sun.appserv.management.monitor.ConnectionManagerMonitor

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetConnectionsIdle()

return
total number of in-use connections to the ORB

public javax.management.j2ee.statistics.CountStatisticgetConnectionsInUse()

return
total number of idle connections to the ORB

public javax.management.j2ee.statistics.BoundedRangeStatisticgetTotalConnections()

return
total number of connections to the ORB.