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