jar

org.apache.aries.tx-control : tx-control-service-local

Maven & Gradle

Feb 21, 2019
5 usages

Apache Aries Transaction Control Service - Local Transactions · This bundle contains a lightweight OSGi Transaction Control Service implementation suitable for resource-local transactions.

Table Of Contents

Latest Version

Download org.apache.aries.tx-control : tx-control-service-local JAR file - Latest Versions:

All Versions

Download org.apache.aries.tx-control : tx-control-service-local 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-service-local-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.service.common.impl

├─ org.apache.aries.tx.control.service.common.impl.AbstractTransactionContextImpl.class - [JAR]

├─ org.apache.aries.tx.control.service.common.impl.AbstractTransactionControlImpl.class - [JAR]

├─ org.apache.aries.tx.control.service.common.impl.NoTransactionContextImpl.class - [JAR]

org.apache.aries.tx.control.service.local.impl

├─ org.apache.aries.tx.control.service.local.impl.Activator.class - [JAR]

├─ org.apache.aries.tx.control.service.local.impl.TransactionContextImpl.class - [JAR]

├─ org.apache.aries.tx.control.service.local.impl.TransactionControlImpl.class - [JAR]

org.osgi.service.transaction.control

├─ org.osgi.service.transaction.control.LocalResource.class - [JAR]

├─ org.osgi.service.transaction.control.ResourceProvider.class - [JAR]

├─ org.osgi.service.transaction.control.ScopedWorkException.class - [JAR]

├─ org.osgi.service.transaction.control.TransactionBuilder.class - [JAR]

├─ org.osgi.service.transaction.control.TransactionContext.class - [JAR]

├─ org.osgi.service.transaction.control.TransactionControl.class - [JAR]

├─ org.osgi.service.transaction.control.TransactionException.class - [JAR]

├─ org.osgi.service.transaction.control.TransactionRolledBackException.class - [JAR]

├─ org.osgi.service.transaction.control.TransactionStarter.class - [JAR]

├─ org.osgi.service.transaction.control.TransactionStatus.class - [JAR]

├─ org.osgi.service.transaction.control.package-info.class - [JAR]