站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 management API Documentation 英文版文档

JCAStatsImpl (JBoss/Management API) - JBoss 3.2.7 management API Documentation 英文版文档


org.jboss.management.j2ee.statistics
Class JCAStatsImpl

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

public final class JCAStatsImpl
extends StatsBase
implements javax.management.j2ee.statistics.JCAStats

The JSR77.6.18 JCAStats implementation

Version:
$Revision: 1.1.2.1 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
JCAStatsImpl(javax.management.j2ee.statistics.JCAConnectionStats[] connectionStats, javax.management.j2ee.statistics.JCAConnectionPoolStats[] poolStats)
           
 
Method Summary
 javax.management.j2ee.statistics.JCAConnectionPoolStats[] getConnectionPools()
           
 javax.management.j2ee.statistics.JCAConnectionStats[] getConnections()
           
 String toString()
           
 
Methods inherited from class org.jboss.management.j2ee.statistics.StatsBase
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
getStatistic, getStatisticNames, getStatistics
 

Constructor Detail

JCAStatsImpl

public JCAStatsImpl(javax.management.j2ee.statistics.JCAConnectionStats[] connectionStats,
                    javax.management.j2ee.statistics.JCAConnectionPoolStats[] poolStats)
Method Detail

getConnections

public javax.management.j2ee.statistics.JCAConnectionStats[] getConnections()
Specified by:
getConnections in interface javax.management.j2ee.statistics.JCAStats
Returns:
The list of JCAConnectionStats that provide statistics about the nonpooled connections associated with the referencing JCA resource statistics.

getConnectionPools

public javax.management.j2ee.statistics.JCAConnectionPoolStats[] getConnectionPools()
Specified by:
getConnectionPools in interface javax.management.j2ee.statistics.JCAStats
Returns:
The list of JCAConnectionPoolStats that provide statistics about the connection pools associated with the referencing JCA resource statistics.

toString

public String toString()
Overrides:
toString in class StatsBase


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.