com.sun.appserv.management.monitor.statistics
Interface ConnectionManagerStats
- All Superinterfaces:
- Stats
public interface ConnectionManagerStats
- extends Stats
- See Also:
ConnectionManagerMonitor
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
Submit a bug or feature Copyright 2006 Sun Microsystems, Inc. All rights reserved.