|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
public interface TransactionalCommandProcessorMBean
事务处理器MBean接口,提供一些查询和管理的API
方法摘要 | |
---|---|
void |
commitTransactionHeuristically(String txKey,
boolean onePhase)
人工提交事务 |
void |
completeTransactionHeuristically(String txKey)
人工完成事务,不提交也不回滚,简单删除 |
int |
getPreparedTransactionCount()
返回所有处于prepare状态的xa事务数目 |
String[] |
getPreparedTransactions()
返回所有处于prepare状态的xa事务 |
void |
rollbackTransactionHeuristically(String txKey)
人工回滚事务 |
方法详细信息 |
---|
String[] getPreparedTransactions() throws Exception
Exception
int getPreparedTransactionCount() throws Exception
Exception
void commitTransactionHeuristically(String txKey, boolean onePhase) throws Exception
txKey
-
Exception
void rollbackTransactionHeuristically(String txKey) throws Exception
txKey
-
Exception
void completeTransactionHeuristically(String txKey) throws Exception
txKey
-
Exception
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |