Interface OrbConnectionManagerStats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountStatisticgetConnectionsIdle()Returns the total number of idle connections to the ORB as an instance of CountStatistic.CountStatisticgetConnectionsInUse()Returns the total number of in-use connections to the ORB as an instance of CountStatistic.BoundedRangeStatisticgetTotalConnections()Returns the total number of connections to the ORB as an instance of BoundedRangeStatistic.-
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
-
-
-
-
Method Detail
-
getTotalConnections
BoundedRangeStatistic getTotalConnections()
Returns the total number of connections to the ORB as an instance of BoundedRangeStatistic.- Returns:
- an instance of
BoundedRangeStatistic
-
getConnectionsIdle
CountStatistic getConnectionsIdle()
Returns the total number of idle connections to the ORB as an instance of CountStatistic.- Returns:
- an instance of
CountStatistic
-
getConnectionsInUse
CountStatistic getConnectionsInUse()
Returns the total number of in-use connections to the ORB as an instance of CountStatistic.- Returns:
- an instance of
CountStatistic
-
-