org.jboss.management.j2ee.statistics
Class JCAStatsImpl

java.lang.Object
  extended byorg.jboss.management.j2ee.statistics.StatsBase (src) 
      extended byorg.jboss.management.j2ee.statistics.JCAStatsImpl
All Implemented Interfaces:
JCAStats (src) , java.io.Serializable, Stats (src)

public final class JCAStatsImpl
extends StatsBase (src)
implements JCAStats (src)

The JSR77.6.18 JCAStats implementation

See Also:
Serialized Form

Constructor Summary
JCAStatsImpl(JCAConnectionStats (src) [] connectionStats, JCAConnectionPoolStats (src) [] poolStats)
           
 
Method Summary
 JCAConnectionPoolStats (src) [] getConnectionPools()
          Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statistics
 JCAConnectionStats (src) [] getConnections()
          Returns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statistics
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase (src)
addStatistic, getStatistic, getStatisticNames, getStatistics, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.management.j2ee.statistics.Stats (src)
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JCAStatsImpl

public JCAStatsImpl(JCAConnectionStats (src) [] connectionStats,
                    JCAConnectionPoolStats (src) [] poolStats)
Method Detail

getConnections

public JCAConnectionStats (src) [] getConnections()
Description copied from interface: JCAStats (src)
Returns an array of JCAConnectionStats that provide statistics about the non-pooled connections associated with the referencing JCA resource statistics

Specified by:
getConnections in interface JCAStats (src)

getConnectionPools

public JCAConnectionPoolStats (src) [] getConnectionPools()
Description copied from interface: JCAStats (src)
Returns an array of JCAConnectionPool Stats that provide statistics about the connection pools associated with the referencing JCA resource statistics

Specified by:
getConnectionPools in interface JCAStats (src)

toString

public java.lang.String toString()
Overrides:
toString in class StatsBase (src)