Uses of Interface
clazzfish.monitor.util.Shutdownable
Packages that use Shutdownable
Package
Description
This package contains classes which are useful for monitoring JDBC calls.
-
Uses of Shutdownable in clazzfish.jdbc
Subinterfaces of Shutdownable in clazzfish.jdbcModifier and TypeInterfaceDescriptioninterfaceThis is the interface ofConnectionMonitorfor the use of this class as MBean.Classes in clazzfish.jdbc that implement ShutdownableModifier and TypeClassDescriptionclassThis is 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 Shutdownable in clazzfish.monitor
Subinterfaces of Shutdownable in clazzfish.monitorModifier and TypeInterfaceDescriptioninterfaceSome common interface methods for a monitor MBean are listed here.interfaceAll the methods which might help you to find classpath problems are collected in this JMX interface.interfaceAll the methods which might help you to find classpath problems with resources are collected in this JMX interface.Classes in clazzfish.monitor that implement ShutdownableModifier 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. -
Uses of Shutdownable in clazzfish.monitor.stat
Subinterfaces of Shutdownable in clazzfish.monitor.statClasses in clazzfish.monitor.stat that implement ShutdownableModifier and TypeClassDescriptionclassThe ClazzStatistic collects classes and resources to find classes which are likely to be dead. -
Uses of Shutdownable in clazzfish.monitor.util
Classes in clazzfish.monitor.util that implement ShutdownableModifier and TypeClassDescriptionclassThe class Shutdowner has the necessary methods for registration a class as shutdown hook.