All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.headlessintrace.jdbc.IJdbcProvider Maven / Gradle / Ivy

Go to download

A headless java API that collects events from other JVMs. Events=method invocations. Initial code taken from http://mchr3k.github.io/org.intrace/. Intended for building diagnostic applications.

There is a newer version: 0.0.4
Show newest version
package org.headlessintrace.jdbc;

/**
 * This interface specifies the names of the java classes to instrument to capture InTrace JDBC events for one specific JDBC driver.
 * 
 * @author erikostermueller
 *
 */
public interface IJdbcProvider {
	String[] getStatementPackageAndClass();
	String[] getConnectionPackageAndClass();
	String getVersion();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy