jar

com.github.1991wangliang : lorne-tx-core

Maven & Gradle

Nov 14, 2017
2 usages
292 stars

lorne-tx-core · tx-lcn-core project for Spring Boot

Table Of Contents

Latest Version

Download com.github.1991wangliang : lorne-tx-core JAR file - Latest Versions:

All Versions

Download com.github.1991wangliang : lorne-tx-core 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 lorne-tx-core-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lorne.tx.mq.handler

├─ com.lorne.tx.mq.handler.TransactionHandler.class - [JAR]

com.lorne.tx.db.service.impl

├─ com.lorne.tx.db.service.impl.DataSourceServiceImpl.class - [JAR]

com.lorne.tx.db

├─ com.lorne.tx.db.AbstractResourceProxy.class - [JAR]

├─ com.lorne.tx.db.IBaseProxy.class - [JAR]

├─ com.lorne.tx.db.ICallClose.class - [JAR]

├─ com.lorne.tx.db.IResource.class - [JAR]

├─ com.lorne.tx.db.LCNDataSourceProxy.class - [JAR]

com.lorne.tx.compensate.model

├─ com.lorne.tx.compensate.model.QueueMsg.class - [JAR]

├─ com.lorne.tx.compensate.model.TransactionInvocation.class - [JAR]

├─ com.lorne.tx.compensate.model.TransactionRecover.class - [JAR]

com.lorne.tx.utils

├─ com.lorne.tx.utils.MethodUtils.class - [JAR]

├─ com.lorne.tx.utils.SerializerUtils.class - [JAR]

├─ com.lorne.tx.utils.SocketUtils.class - [JAR]

com.lorne.tx.service.impl

├─ com.lorne.tx.service.impl.AspectBeforeServiceImpl.class - [JAR]

├─ com.lorne.tx.service.impl.InitServiceImpl.class - [JAR]

├─ com.lorne.tx.service.impl.TransactionServerFactoryServiceImpl.class - [JAR]

├─ com.lorne.tx.service.impl.TxCompensateTransactionServerImpl.class - [JAR]

├─ com.lorne.tx.service.impl.TxDefaultTransactionServerImpl.class - [JAR]

├─ com.lorne.tx.service.impl.TxRunningTransactionServerImpl.class - [JAR]

├─ com.lorne.tx.service.impl.TxStartTransactionServerImpl.class - [JAR]

com.lorne.tx.mq.service.impl

├─ com.lorne.tx.mq.service.impl.MQTxManagerServiceImpl.class - [JAR]

├─ com.lorne.tx.mq.service.impl.NettyDistributeServiceImpl.class - [JAR]

├─ com.lorne.tx.mq.service.impl.NettyServiceImpl.class - [JAR]

com.lorne.tx.compensate.service.impl

├─ com.lorne.tx.compensate.service.impl.BlockingQueueServiceImpl.class - [JAR]

├─ com.lorne.tx.compensate.service.impl.CompensateServiceImpl.class - [JAR]

com.lorne.tx.bean

├─ com.lorne.tx.bean.TxTransactionCompensate.class - [JAR]

├─ com.lorne.tx.bean.TxTransactionInfo.class - [JAR]

├─ com.lorne.tx.bean.TxTransactionLocal.class - [JAR]

com.lorne.tx.thread

├─ com.lorne.tx.thread.HookRunnable.class - [JAR]

com.lorne.tx.db.service

├─ com.lorne.tx.db.service.DataSourceService.class - [JAR]

com.lorne.tx.annotation

├─ com.lorne.tx.annotation.TxTransaction.class - [JAR]

com.lorne.tx.mq.service

├─ com.lorne.tx.mq.service.MQTxManagerService.class - [JAR]

├─ com.lorne.tx.mq.service.NettyDistributeService.class - [JAR]

├─ com.lorne.tx.mq.service.NettyService.class - [JAR]

com.lorne.tx.utils.serializer

├─ com.lorne.tx.utils.serializer.HessianSerializer.class - [JAR]

├─ com.lorne.tx.utils.serializer.ISerializer.class - [JAR]

├─ com.lorne.tx.utils.serializer.JavaSerializer.class - [JAR]

├─ com.lorne.tx.utils.serializer.KryoSerializer.class - [JAR]

├─ com.lorne.tx.utils.serializer.ProtostuffSerializer.class - [JAR]

├─ com.lorne.tx.utils.serializer.SchemaCache.class - [JAR]

com.lorne.tx.compensate.service

├─ com.lorne.tx.compensate.service.BlockingQueueService.class - [JAR]

├─ com.lorne.tx.compensate.service.CompensateService.class - [JAR]

com.lorne.tx.db.relational

├─ com.lorne.tx.db.relational.AbstractDBConnection.class - [JAR]

├─ com.lorne.tx.db.relational.LCNDBConnection.class - [JAR]

com.lorne.tx.listener

├─ com.lorne.tx.listener.TransactionSocketListener.class - [JAR]

com.lorne.tx.service

├─ com.lorne.tx.service.AspectBeforeService.class - [JAR]

├─ com.lorne.tx.service.InitService.class - [JAR]

├─ com.lorne.tx.service.ModelNameService.class - [JAR]

├─ com.lorne.tx.service.TimeOutService.class - [JAR]

├─ com.lorne.tx.service.TransactionServer.class - [JAR]

├─ com.lorne.tx.service.TransactionServerFactoryService.class - [JAR]

com.lorne.tx

├─ com.lorne.tx.Constants.class - [JAR]

com.lorne.tx.service.model

├─ com.lorne.tx.service.model.ServiceThreadModel.class - [JAR]

com.lorne.tx.db.task

├─ com.lorne.tx.db.task.TaskGroup.class - [JAR]

├─ com.lorne.tx.db.task.TaskGroupManager.class - [JAR]

├─ com.lorne.tx.db.task.TxTask.class - [JAR]

com.lorne.tx.mq.model

├─ com.lorne.tx.mq.model.Request.class - [JAR]

├─ com.lorne.tx.mq.model.TxGroup.class - [JAR]

├─ com.lorne.tx.mq.model.TxServer.class - [JAR]

com.lorne.tx.compensate.repository

├─ com.lorne.tx.compensate.repository.CompensateDataSource.class - [JAR]

├─ com.lorne.tx.compensate.repository.JdbcTransactionRecoverRepository.class - [JAR]

├─ com.lorne.tx.compensate.repository.SqlHelper.class - [JAR]

├─ com.lorne.tx.compensate.repository.TransactionRecoverRepository.class - [JAR]

Advertisement

Dependencies from Group

Oct 20, 2017
17 usages
16 stars
Oct 20, 2017
3 usages
0 stars
Oct 25, 2017
3 usages
16 stars
Nov 14, 2017
2 usages
292 stars

Discover Dependencies

Dec 01, 2017
3 usages
Jan 17, 2020
2 usages
0 stars
Dec 12, 2017
2 usages
Oct 09, 2019
2 usages
Jun 14, 2018
2 usages
45.1k stars
Nov 08, 2019
4 usages
0 stars
Apr 05, 2019
2 usages
1 stars
Dec 03, 2021
2 usages
0 stars