jar

org.uniknow.spring : spring-tcc-transactions

Maven & Gradle

Dec 13, 2016
1 usages
6 stars

Try Cancel/Commit transactions for Spring · Experimental implementation of Try Cancel/Commit transactions for Spring

Table Of Contents

Latest Version

Download org.uniknow.spring : spring-tcc-transactions JAR file - Latest Versions:

All Versions

Download org.uniknow.spring : spring-tcc-transactions JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 spring-tcc-transactions-0.1.14.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.uniknow.spring.tcc.api

├─ org.uniknow.spring.tcc.api.Compensatable.class - [JAR]

├─ org.uniknow.spring.tcc.api.CompensatableContext.class - [JAR]

├─ org.uniknow.spring.tcc.api.CompensatableTransactionContext.class - [JAR]

├─ org.uniknow.spring.tcc.api.CompensatableTransactionManager.class - [JAR]

├─ org.uniknow.spring.tcc.api.CompensationHandler.class - [JAR]

├─ org.uniknow.spring.tcc.api.ConfirmationHandler.class - [JAR]

org.uniknow.spring.tcc.impl

├─ org.uniknow.spring.tcc.impl.CompensatableInterceptor.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransaction.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransactionContextImpl.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransactionCoordinator.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransactionDefinition.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransactionException.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransactionManagerImpl.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransactionState.class - [JAR]

├─ org.uniknow.spring.tcc.impl.CompensatableTransactionStatus.class - [JAR]

├─ org.uniknow.spring.tcc.impl.DefaultCompensationHandler.class - [JAR]

├─ org.uniknow.spring.tcc.impl.DefaultConfirmationHandler.class - [JAR]

Advertisement