patterntesting.runtime.db.ConnectionMonitorMBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of patterntesting-rt Show documentation
Show all versions of patterntesting-rt Show documentation
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.
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{
}