javax.management.j2ee.statistics
public interface: JCAStats [javadoc |
source]
All Implemented Interfaces:
Stats
Specifies statistics provided by a JCA resource
- author:
thomas.diesler
- @jboss.org
Method from javax.management.j2ee.statistics.JCAStats Detail: |
public JCAConnectionPoolStats[] getConnectionPools()
Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statistics |
public JCAConnectionStats[] getConnections()
Returns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statistics |