jar

org.apache.aries.tx-control : tx-control-provider-jdbc-common

Maven & Gradle

Feb 21, 2019
3 usages

OSGi Transaction Control JDBC Resource Provider - Common Code · This jar contains a common code for building OSGi Transaction Control JDBCConnectionProvider implementations. It is not complete and should not be deployed at runtime, instead it should be repackaged inside a complete implementation.

Table Of Contents

Latest Version

Download org.apache.aries.tx-control : tx-control-provider-jdbc-common JAR file - Latest Versions:

All Versions

Download org.apache.aries.tx-control : tx-control-provider-jdbc-common JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tx-control-provider-jdbc-common-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.aries.tx.control.jdbc.common.impl

├─ org.apache.aries.tx.control.jdbc.common.impl.AbstractInternalJDBCConnectionProviderFactory.class - [JAR]

├─ org.apache.aries.tx.control.jdbc.common.impl.AbstractJDBCConnectionProvider.class - [JAR]

├─ org.apache.aries.tx.control.jdbc.common.impl.ConnectionWrapper.class - [JAR]

├─ org.apache.aries.tx.control.jdbc.common.impl.DriverDataSource.class - [JAR]

├─ org.apache.aries.tx.control.jdbc.common.impl.InternalJDBCConnectionProviderFactory.class - [JAR]

├─ org.apache.aries.tx.control.jdbc.common.impl.ResourceTrackingJDBCConnectionProviderFactory.class - [JAR]

├─ org.apache.aries.tx.control.jdbc.common.impl.ScopedConnectionWrapper.class - [JAR]

├─ org.apache.aries.tx.control.jdbc.common.impl.TxConnectionWrapper.class - [JAR]

Advertisement