patterntesting.runtime.db
Class ProxyDriver

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

Deprecated. use ProxyDriver

@Deprecated
public class ProxyDriver
extends ProxyDriver

This JDBC driver acts like a proxy between PatternTesting and the real JDBC driver to be able to monitor JDBC access. It was inspired by the JAMonDriver of the JAMon framework.

This driver is registered for JDBC URLs beginning with "jdbc:proxy: ...". This prefix must follow the real driver path. E.g. if you want to use HSQL as database your URL make look like "jdbc:proxy:hsqldb:file:/tmp/oli".

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

TODO: Will be removed in 1.6.

Since:
1.4.1 (27.03.2014)
Version:
$Revision: 1.14 $
Author:
oliver

Constructor Summary
ProxyDriver()
          Deprecated.  
 
Method Summary
 
Methods inherited from class patterntesting.runtime.monitor.db.ProxyDriver
acceptsURL, connect, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, getRealDriver, getRealDriverName, getRealURL, jdbcCompliant, register, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyDriver

public ProxyDriver()
Deprecated. 


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