patterntesting.runtime.db
Class ProxyConnection

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

Deprecated. use ProxyConnection

@Deprecated
public class ProxyConnection
extends ProxyConnection

This is a dynamic proxy for a JDBC connection which monitors together with the ConnectionMonitor the different newInstance() and close() call.

This class is moved now to patterntesting.runtime.monitor.db (since 1.4.2).

TODO: Will be removed in 1.6.

Since:
1.3 (29.09.2012)
Version:
$Revision: 1.19 $
Author:
oliver (ob@aosd.de)

Constructor Summary
protected ProxyConnection(Connection connection)
          Deprecated. Instantiates a new proxy connection.
 
Method Summary
 
Methods inherited from class patterntesting.runtime.monitor.db.ProxyConnection
getCaller, getConnection, invoke, newInstance, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyConnection

protected ProxyConnection(Connection connection)
Deprecated. 
Instantiates a new proxy connection.

Parameters:
connection - the connection


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