All Downloads are FREE. Search and download functionalities are using the official Maven repository.

patterntesting.runtime.db.ConnectionMonitorMBean Maven / Gradle / Ivy

Go to download

PatternTesting Runtime (patterntesting-rt) is the runtime component for the PatternTesting framework. It provides the annotations and base classes for the PatternTesting testing framework (e.g. patterntesting-check, patterntesting-concurrent or patterntesting-exception) but can be also used standalone for classpath monitoring or profiling. It uses AOP and AspectJ to perform this feat.

There is a newer version: 2.4.0
Show newest version
package patterntesting.runtime.db;


/**
 * This is the interface for the {@link ConnectionMonitor} for the use of this
 * class as MBean. You can monitor DB connections with it and ask the class for
 * open connections.
 * 

* TODO: Will be removed in 1.6. *

* * @author oliver ([email protected]) * @since 1.3 (02-Jan-2013) * @version $Revision: 1.5 $ * @deprecated use {@link patterntesting.runtime.monitor.db.ConnectionMonitorMBean} */ @Deprecated public interface ConnectionMonitorMBean extends patterntesting.runtime.monitor.db.ConnectionMonitorMBean{ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy