|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrbConnectionManagerStats
Stats interface for the monitorable attributes of the ORBConnectionManager This combines the statistics that were exposed in 7.0 with the new ones.
| Method Summary | |
|---|---|
CountStatistic |
getConnectionsIdle()
Returns the total number of idle connections to the ORB as an instance of CountStatistic. |
CountStatistic |
getConnectionsInUse()
Returns the total number of in-use connections to the ORB as an instance of CountStatistic. |
BoundedRangeStatistic |
getTotalConnections()
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 |
|---|
BoundedRangeStatistic getTotalConnections()
BoundedRangeStatisticCountStatistic getConnectionsIdle()
CountStatisticCountStatistic getConnectionsInUse()
CountStatistic
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||