patterntesting.runtime.db
Class ConnectionMonitor

Package class diagram package ConnectionMonitor
java.lang.Object
  extended by patterntesting.runtime.monitor.db.ConnectionMonitor
      extended by patterntesting.runtime.db.ConnectionMonitor
All Implemented Interfaces:
ConnectionMonitorMBean

Deprecated. use ConnectionMonitor

@Deprecated
public final class ConnectionMonitor
extends ConnectionMonitor

This is the monitor class for the ProxyConnection which monitors the different newInstance() and close() call. So you can ask this class how many and which connections are open.

The instance of this class is automatically registered as MBean as soon as a ProxyConnection is used.

TODO: Will be removed in 1.6.

Since:
1.3 (07.10.2012)
Version:
$Revision: 1.12 $
Author:
oliver (ob@aosd.de)

Method Summary
 
Methods inherited from class patterntesting.runtime.monitor.db.ConnectionMonitor
addConnection, assertConnectionsClosed, getCallerOf, getCallers, getCallerStacktraces, getClosedConnections, getInstance, getLastCaller, getLastCallerStacktrace, getMonitoredConnection, getOpenConnections, getSumOfConnections, removeConnection, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 



Copyright © 2002–2014 PatternTesting Team. All rights reserved.