Uses of Interface
clazzfish.jdbc.monitor.ProfileMonitor
Packages that use ProfileMonitor
Package
Description
This package contains classes which are useful for monitoring JDBC calls.
This package is only for internal use.
-
Uses of ProfileMonitor in clazzfish.jdbc
Methods in clazzfish.jdbc that return ProfileMonitorModifier and TypeMethodDescriptionAbstractStatistic.getMonitor(String label) Returns the monitor for the given label.AbstractStatistic.getMonitors()Gets the monitors (unsorted).protected final ProfileMonitor[]AbstractStatistic.getSortedMonitors()Gets the sorted monitors.static ProfileMonitorStart the monitor for the given SQL statement.AbstractStatistic.startProfileMonitorFor(String sig) Start profile monitor for the given signature.Methods in clazzfish.jdbc with parameters of type ProfileMonitorModifier and TypeMethodDescriptionstatic voidSqlStatistic.stop(ProfileMonitor mon, String command) Stops the given 'mon' and logs the given command with the needed time if debug is enabled.static voidSqlStatistic.stop(ProfileMonitor mon, String command, Object returnValue) Stops the given 'mon' and logs the given command with the needed time if debug is enabled. -
Uses of ProfileMonitor in clazzfish.jdbc.internal
Methods in clazzfish.jdbc.internal with parameters of type ProfileMonitorModifier and TypeMethodDescriptionprotected SQLExceptionStasiStatement.enrichedSQLException(ProfileMonitor mon, String sql, SQLException original) For better error analysis the originalSQLExceptionwill be enriched with some additional infos.protected intStasiStatement.saveUpdateStatistic(ProfileMonitor mon, String sql, int rc) Save update statistic. -
Uses of ProfileMonitor in clazzfish.jdbc.monitor
Classes in clazzfish.jdbc.monitor that implement ProfileMonitorModifier and TypeClassDescriptionclassThe Class AbstractProfileMonitor.final classThe Class SimpleProfileMonitor.Subinterfaces with type arguments of type ProfileMonitor in clazzfish.jdbc.monitorMethods in clazzfish.jdbc.monitor that return ProfileMonitorModifier and TypeMethodDescriptionabstract ProfileMonitorProfileMonitorFactory.getMonitor(String label) Gets the monitor.SimpleProfileMonitorFactory.getMonitor(String label) Gets the monitor.ProfileMonitor.getMonitors()Gets the monitors.abstract ProfileMonitor[]ProfileMonitorFactory.getMonitors()Gets the monitors (unsorted).SimpleProfileMonitor.getMonitors()Gets the monitors.SimpleProfileMonitorFactory.getMonitors()Gets the monitors.Methods in clazzfish.jdbc.monitor with parameters of type ProfileMonitorModifier and TypeMethodDescriptionfinal intAbstractProfileMonitor.compareTo(ProfileMonitor other) The ProfileMonitor with the higher number of totals is considered as "greater".