JDBCStats (Java EE 5)

From Java EE API


javax.management.j2ee.statistics Interface JDBCStats

All Superinterfaces:
Stats

public interface JDBCStats
extends Stats

Implements: Stats

JDBC 资源提供的统计信息。
英文文档:

Statistics provided by a JDBC resource

Author:
Hans Hrasna

Method Summary
 JDBCConnectionPoolStats[]
 JDBCConnectionStats[]
 
Methods inherited from interface javax.management.j2ee.statistics.Stats
 

Method Detail

public JDBCConnectionStats[] getConnections()
英文文档:

getConnections

JDBCConnectionStats[] getConnections()

public JDBCConnectionPoolStats[] getConnectionPools()
英文文档:

getConnectionPools

JDBCConnectionPoolStats[] getConnectionPools()


Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.