组织ID: |
jotm |
项目ID: |
jotm |
版本: |
2.0.10 |
最后修改时间: |
2018-07-28 00:04:53 |
包类型: |
jar |
标题: |
JOTM : A Java Open Transaction Manager |
大小: |
121.40KB |
|
Maven引入代码: |
<dependency>
<groupId>jotm</groupId>
<artifactId>jotm</artifactId>
<version>2.0.10</version>
</dependency>
|
Gradle引入代码: |
jotm:jotm:2.0.10
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>jotm</groupId>
<artifactId>jotm</artifactId>
<version>2.0.10</version>
<name>JOTM : A Java Open Transaction Manager</name>
<url>http://jotm.objectweb.org/</url>
<dependencies>
<dependency>
<groupId>jotm</groupId>
<artifactId>jotm_iiop_stubs</artifactId>
<version>2.0.10</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jotm</groupId>
<artifactId>jotm_jrmp_stubs</artifactId>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.0.1B</version>
</dependency>
<dependency>
<groupId>javax.jts</groupId>
<artifactId>jts</artifactId>
<version>1.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.resource</groupId>
<artifactId>connector</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.objectweb.carol</groupId>
<artifactId>carol</artifactId>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>howl</groupId>
<artifactId>howl-logger</artifactId>
<version>0.1.11</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.objectweb.jotm.Batch.class
org.objectweb.jotm.Clock.class
org.objectweb.jotm.Control.class
org.objectweb.jotm.ControlImpl.class
org.objectweb.jotm.Coordinator.class
org.objectweb.jotm.Current.class
org.objectweb.jotm.HeuristicCommit.class
org.objectweb.jotm.HeuristicHazard.class
org.objectweb.jotm.HeuristicMixed.class
org.objectweb.jotm.HeuristicRollback.class
org.objectweb.jotm.InactiveException.class
org.objectweb.jotm.InternalTransactionContext.class
org.objectweb.jotm.JavaXidImpl.class
org.objectweb.jotm.Jotm.class
org.objectweb.jotm.JotmRecovery.class
org.objectweb.jotm.Log.class
org.objectweb.jotm.Main.class
org.objectweb.jotm.NotPreparedException.class
org.objectweb.jotm.RecoverRmInfo.class
org.objectweb.jotm.RecoveryCoordinator.class
org.objectweb.jotm.RemoteSynchro.class
org.objectweb.jotm.Resource.class
org.objectweb.jotm.ResourceInfo.class
org.objectweb.jotm.RmRegistration.class
org.objectweb.jotm.SLog.class
org.objectweb.jotm.StatusHelper.class
org.objectweb.jotm.SubCoordinator.class
org.objectweb.jotm.Terminator.class
org.objectweb.jotm.TimerEvent.class
org.objectweb.jotm.TimerEventListener.class
org.objectweb.jotm.TimerManager.class
org.objectweb.jotm.TraceTimer.class
org.objectweb.jotm.TraceTm.class
org.objectweb.jotm.TransactionContext.class
org.objectweb.jotm.TransactionFactory.class
org.objectweb.jotm.TransactionFactoryImpl.class
org.objectweb.jotm.TransactionImpl.class
org.objectweb.jotm.TransactionRecovery.class
org.objectweb.jotm.TransactionRecoveryImpl$1.class
org.objectweb.jotm.TransactionRecoveryImpl$xaReplayListener.class
org.objectweb.jotm.TransactionRecoveryImpl.class
org.objectweb.jotm.TransactionResourceManager.class
org.objectweb.jotm.TxRecovered.class
org.objectweb.jotm.TxxidRecovered.class
org.objectweb.jotm.UserTransactionFactory.class
org.objectweb.jotm.XAResourceHelper.class
org.objectweb.jotm.XATerminatorImpl.class
org.objectweb.jotm.Xid.class
org.objectweb.jotm.XidImpl.class
org.objectweb.jotm.abortXAResourceXid.class
org.objectweb.jotm.commitXAResourceXid.class
org.objectweb.jotm.jta.jeremie.JotmTransactionReceiver.class
org.objectweb.jotm.jta.jeremie.JotmTransactionSender.class
org.objectweb.jotm.jta.jeremie.TSHandler.class
org.objectweb.jotm.jta.jeremie.TSHandlerFactory.class
org.objectweb.jotm.jta.rmi.JTAClientTransactionInterceptor.class
org.objectweb.jotm.jta.rmi.JTAInterceptorInitializer.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jotm_iiop_stubs-2.0.10.jar
/jotm/jotm_iiop_stubs/2.0.10
查看jotm_iiop_stubs所有版本文件
jotm_jrmp_stubs-2.0.10.jar
/jotm/jotm_jrmp_stubs/2.0.10
查看jotm_jrmp_stubs所有版本文件
commons-logging-1.0.3.jar
/commons-logging/commons-logging/1.0.3
查看commons-logging所有版本文件
commons-cli-1.0.jar
/commons-cli/commons-cli/1.0
查看commons-cli所有版本文件
log4j-1.2.6.jar
/log4j/log4j/1.2.6
查看log4j所有版本文件
jta-1.0.1B.jar
/javax.transaction/jta/1.0.1B
查看jta所有版本文件
jts-1.0.jar
/javax.jts/jts/1.0
查看jts所有版本文件
connector-1.0.jar
/javax.resource/connector/1.0
查看connector所有版本文件
carol-2.0.5.jar
/org.objectweb.carol/carol/2.0.5
查看carol所有版本文件
howl-logger-0.1.11.jar
/howl/howl-logger/0.1.11
查看howl-logger所有版本文件
|