Package clazzfish.jdbc
package clazzfish.jdbc
This package contains classes which are useful for monitoring JDBC calls.
Originally this package was part of "patterntesting.runtime.monitor.db".
- Since:
- 0.9
- Author:
- oliver
-
ClassDescriptionThis is constructed as a thin layer around com.jamonapi.MonitorFactory for the needs of generating statistics.The Interface AbstractStatisticMBean.This is the monitor class for the
ProxyConnection
which monitors the different newInstance() and close() calls.This is the interface ofConnectionMonitor
for the use of this class as MBean.The JdbcStarter class loads automatically the Monitor and Statistic classes.This is a dynamic proxy for a JDBC connection which monitors together with theConnectionMonitor
the different newInstance() and close() call.This JDBC driver acts like a proxy between PatternTesting and the real JDBC driver to be able to monitor JDBC access.This class monitors and measures SQL statements.The Interface SqlStatisticMBean.