jar

com.github.dgrandemange : txnmgr

Maven & Gradle

Mar 18, 2015
1 usages
1 stars

txnmgr · Simple transaction management framework

Table Of Contents

Latest Version

Download com.github.dgrandemange : txnmgr JAR file - Latest Versions:

All Versions

Download com.github.dgrandemange : txnmgr JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 txnmgr-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

fr.dgrandemange.txnmgr.model

├─ fr.dgrandemange.txnmgr.model.ParticipantsGroup.class - [JAR]

├─ fr.dgrandemange.txnmgr.model.ParticipantsGroupRegistry.class - [JAR]

├─ fr.dgrandemange.txnmgr.model.Transaction.class - [JAR]

├─ fr.dgrandemange.txnmgr.model.TransactionStateEnum.class - [JAR]

fr.dgrandemange.txnmgr.service.support

├─ fr.dgrandemange.txnmgr.service.support.ContextMgrFactoryBaseImpl.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.support.ContextMgrMapImpl.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.support.TransactionHandlerBaseImpl.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.support.TransactionMgrFactoryImpl.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.support.TransactionMgrImpl.class - [JAR]

fr.dgrandemange.txnmgr.exception

├─ fr.dgrandemange.txnmgr.exception.TransactionBadConfigurationException.class - [JAR]

├─ fr.dgrandemange.txnmgr.exception.TransactionException.class - [JAR]

├─ fr.dgrandemange.txnmgr.exception.TransactionRollbackException.class - [JAR]

├─ fr.dgrandemange.txnmgr.exception.TransactionTimeoutException.class - [JAR]

├─ fr.dgrandemange.txnmgr.exception.TxMgrException.class - [JAR]

fr.dgrandemange.txnmgr.service

├─ fr.dgrandemange.txnmgr.service.IContextMgr.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.IContextMgrFactory.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.IParticipant.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.ITransactionHandler.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.ITransactionMgr.class - [JAR]

├─ fr.dgrandemange.txnmgr.service.ITransactionMgrFactory.class - [JAR]

Advertisement