|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object com.taobao.metamorphosis.tools.utils.TransactionUtil
public class TransactionUtil
构造方法摘要 | |
---|---|
TransactionUtil()
|
方法摘要 | |
---|---|
static void |
commitTransaction(String txKey,
boolean onePhase,
String ip,
int port)
提交事务 |
static int |
getPreparedTransactionCount(String ip,
int port)
返回所有处于prepare状态的xa事务数目 |
static String[] |
getPreparedTransactions(String ip,
int port)
返回所有处于prepare状态的xa事务 |
static void |
rollbackTransaction(String txKey,
String ip,
int port)
回滚事务 |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public TransactionUtil()
方法详细信息 |
---|
public static String[] getPreparedTransactions(String ip, int port) throws Exception
Exception
public static int getPreparedTransactionCount(String ip, int port) throws Exception
Exception
public static void commitTransaction(String txKey, boolean onePhase, String ip, int port) throws Exception
txKey
-
Exception
public static void rollbackTransaction(String txKey, String ip, int port) throws Exception
txKey
-
Exception
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |