FileDocCategorySizeDatePackage
OrbConnectionManagerStats.javaAPI DocGlassfish v2 API3296Fri May 04 22:25:48 BST 2007com.sun.enterprise.admin.monitor.stats

OrbConnectionManagerStats

public interface OrbConnectionManagerStats implements javax.management.j2ee.statistics.Stats
Stats interface for the monitorable attributes of the ORBConnectionManager This combines the statistics that were exposed in 7.0 with the new ones.

Fields Summary
Constructors Summary
Methods Summary
public javax.management.j2ee.statistics.CountStatisticgetConnectionsIdle()
Returns the total number of idle connections to the ORB as an instance of CountStatistic.

return
an instance of {@link CountStatistic}

public javax.management.j2ee.statistics.CountStatisticgetConnectionsInUse()
Returns the total number of in-use connections to the ORB as an instance of CountStatistic.

return
an instance of {@link CountStatistic}

public javax.management.j2ee.statistics.BoundedRangeStatisticgetTotalConnections()
Returns the total number of connections to the ORB as an instance of BoundedRangeStatistic.

return
an instance of {@link BoundedRangeStatistic}