jar

com.codingapi : tx-client

Maven & Gradle

Mar 11, 2018
7 usages
4.2k stars

tx-client · tx-client project for Spring Boot

Table Of Contents

Latest Version

Download com.codingapi : tx-client JAR file - Latest Versions:

All Versions

Download com.codingapi : tx-client JAR file - All Versions:

Version Vulnerabilities Size Updated
4.1.x
4.0.x
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-client-4.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.codingapi.tx.config

├─ com.codingapi.tx.config.ConfigReader.class - [JAR]

com.codingapi.tx.model

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

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

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

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

com.codingapi.tx.listener.service

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

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

com.codingapi.tx.netty.service

├─ com.codingapi.tx.netty.service.MQTxManagerService.class - [JAR]

├─ com.codingapi.tx.netty.service.NettyControlService.class - [JAR]

├─ com.codingapi.tx.netty.service.NettyDistributeService.class - [JAR]

├─ com.codingapi.tx.netty.service.NettyService.class - [JAR]

├─ com.codingapi.tx.netty.service.TxManagerHttpRequestHelper.class - [JAR]

├─ com.codingapi.tx.netty.service.TxManagerHttpRequestService.class - [JAR]

com.codingapi.tx.datasource.service

├─ com.codingapi.tx.datasource.service.DataSourceService.class - [JAR]

com.codingapi.tx.netty.handler

├─ com.codingapi.tx.netty.handler.TransactionHandler.class - [JAR]

com.codingapi.tx.datasource.aspect

├─ com.codingapi.tx.datasource.aspect.DataSourceAspect.class - [JAR]

com.codingapi.tx.netty.utils

├─ com.codingapi.tx.netty.utils.IpAddressUtils.class - [JAR]

com.codingapi.tx.control

├─ com.codingapi.tx.control.LCNTransactionAspectSupport.class - [JAR]

com.codingapi.tx.aop.service.impl

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

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

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

├─ com.codingapi.tx.aop.service.impl.TxRunningNoTransactionServerImpl.class - [JAR]

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

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

com.codingapi.tx.framework.task

├─ com.codingapi.tx.framework.task.TaskGroup.class - [JAR]

├─ com.codingapi.tx.framework.task.TaskGroupManager.class - [JAR]

├─ com.codingapi.tx.framework.task.TaskState.class - [JAR]

├─ com.codingapi.tx.framework.task.TxTask.class - [JAR]

com.codingapi.tx.framework.thread

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

com.codingapi.tx.datasource

├─ com.codingapi.tx.datasource.AbstractResourceProxy.class - [JAR]

├─ com.codingapi.tx.datasource.ICallClose.class - [JAR]

├─ com.codingapi.tx.datasource.ILCNConnection.class - [JAR]

├─ com.codingapi.tx.datasource.ILCNResource.class - [JAR]

├─ com.codingapi.tx.datasource.ILCNTransactionControl.class - [JAR]

com.codingapi.tx.aop.service

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

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

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

com.codingapi.tx.framework.utils

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

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

├─ com.codingapi.tx.framework.utils.SocketManager.class - [JAR]

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

com.codingapi.tx.aop.bean

├─ com.codingapi.tx.aop.bean.TxCompensateLocal.class - [JAR]

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

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

com.codingapi.tx.compensate.service.impl

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

com.codingapi.tx.control.service.impl

├─ com.codingapi.tx.control.service.impl.ActionCServiceImpl.class - [JAR]

├─ com.codingapi.tx.control.service.impl.ActionTServiceImpl.class - [JAR]

├─ com.codingapi.tx.control.service.impl.TransactionControlServiceImpl.class - [JAR]

com.codingapi.tx.framework.utils.serializer

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

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

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

com.codingapi.tx.annotation

├─ com.codingapi.tx.annotation.ITxTransaction.class - [JAR]

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

com.codingapi.tx.compensate.model

├─ com.codingapi.tx.compensate.model.CompensateInfo.class - [JAR]

com.codingapi.tx.control.service

├─ com.codingapi.tx.control.service.IActionService.class - [JAR]

├─ com.codingapi.tx.control.service.TransactionControlService.class - [JAR]

com.codingapi.tx

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

com.codingapi.tx.netty.service.impl

├─ com.codingapi.tx.netty.service.impl.MQTxManagerServiceImpl.class - [JAR]

├─ com.codingapi.tx.netty.service.impl.NettyControlServiceImpl.class - [JAR]

├─ com.codingapi.tx.netty.service.impl.NettyDistributeServiceImpl.class - [JAR]

├─ com.codingapi.tx.netty.service.impl.NettyServiceImpl.class - [JAR]

com.codingapi.tx.datasource.service.impl

├─ com.codingapi.tx.datasource.service.impl.DataSourceServiceImpl.class - [JAR]

com.codingapi.tx.compensate.service

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

com.codingapi.tx.listener.service.impl

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

com.codingapi.tx.config.service

├─ com.codingapi.tx.config.service.TxManagerTxUrlService.class - [JAR]

Advertisement

Dependencies from Group

Mar 11, 2018
7 usages
4.2k stars
Mar 11, 2018
2 usages
4.2k stars
Mar 11, 2018
1 usages
4.2k stars
Jan 05, 2018
4.2k stars
Mar 11, 2018
4.2k stars

Discover Dependencies

Dec 17, 2015
29 usages
6 stars
Jul 29, 2021
16 usages
58.9k stars
Mar 03, 2020
12 usages
110 stars
Jul 10, 2023
53 usages
291 stars
Feb 12, 2014
33 usages
60 stars
Mar 13, 2020
12 usages
Apr 07, 2021
23 usages
153 stars
Apr 07, 2020
23 usages
1.1k stars