patterntesting.runtime.db
Class ProxyConnection
java.lang.Object
patterntesting.runtime.monitor.db.ProxyConnection
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)
ProxyConnection
protected ProxyConnection(Connection connection)
- Deprecated.
- Instantiates a new proxy connection.
- Parameters:
connection - the connection
Copyright © 2002–2014 PatternTesting Team. All rights reserved.