Uses of Class
clazzfish.monitor.util.Shutdowner
Packages that use Shutdowner
Package
Description
This package contains classes which are useful for monitoring JDBC calls.
-
Uses of Shutdowner in clazzfish.jdbc
Subclasses of Shutdowner in clazzfish.jdbcModifier and TypeClassDescriptionclass
This is constructed as a thin layer around com.jamonapi.MonitorFactory for the needs of generating statistics.class
This is the monitor class for theProxyConnection
which monitors the different newInstance() and close() calls.class
This class monitors and measures SQL statements. -
Uses of Shutdowner in clazzfish.monitor
Subclasses of Shutdowner in clazzfish.monitorModifier and TypeClassDescriptionclass
This abstract base class has some support to for registration and unregistration of a monitor class as shutdown hook.class
To avoid classpath problems like double entries of the same class or resource in the classpath there are several methods available.class
Analogous to ClasspathMonitor this class allows you to ask for resources in the classpath. -
Uses of Shutdowner in clazzfish.monitor.stat
Subclasses of Shutdowner in clazzfish.monitor.statModifier and TypeClassDescriptionclass
The ClazzStatistic collects classes and resources to find classes which are likely to be dead.