Java EE 5 SDK

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

All Superinterfaces:
Stats

public interface ConnectionManagerStats
extends Stats

See Also:
ConnectionManagerMonitor

Method Summary
 CountStatistic getConnectionsIdle()
           
 CountStatistic getConnectionsInUse()
           
 BoundedRangeStatistic getTotalConnections()
           
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getTotalConnections

BoundedRangeStatistic getTotalConnections()
Returns:
total number of connections to the ORB.

getConnectionsInUse

CountStatistic getConnectionsInUse()
Returns:
total number of idle connections to the ORB

getConnectionsIdle

CountStatistic getConnectionsIdle()
Returns:
total number of in-use connections to the ORB

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.