001 package patterntesting.runtime.db;
002
003
004 /**
005 * This is the interface for the {@link ConnectionMonitor} for the use of this
006 * class as MBean. You can monitor DB connections with it and ask the class for
007 * open connections.
008 * <p>
009 * TODO: Will be removed in 1.6.
010 * </p>
011 *
012 * @author oliver (ob@aosd.de)
013 * @since 1.3 (02-Jan-2013)
014 * @version $Revision: 1.5 $
015 * @deprecated use {@link patterntesting.runtime.monitor.db.ConnectionMonitorMBean}
016 */
017 @Deprecated
018 public interface ConnectionMonitorMBean extends patterntesting.runtime.monitor.db.ConnectionMonitorMBean{
019
020 }