Uses of Interface
clazzfish.monitor.AbstractMonitorMBean
Packages that use AbstractMonitorMBean
Package
Description
This package contains classes which are useful for monitoring JDBC calls.
-
Uses of AbstractMonitorMBean in clazzfish.jdbc
Subinterfaces of AbstractMonitorMBean in clazzfish.jdbcModifier and TypeInterfaceDescriptioninterface
This is the interface ofConnectionMonitor
for the use of this class as MBean.Classes in clazzfish.jdbc that implement AbstractMonitorMBeanModifier 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 AbstractMonitorMBean in clazzfish.monitor
Subinterfaces of AbstractMonitorMBean in clazzfish.monitorModifier and TypeInterfaceDescriptioninterface
All the methods which might help you to find classpath problems are collected in this JMX interface.interface
All the methods which might help you to find classpath problems with resources are collected in this JMX interface.Classes in clazzfish.monitor that implement AbstractMonitorMBeanModifier 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.