C.16. RecoveryAdmin
org.infinispan.transaction.xa.recovery.RecoveryAdminOperations
	
		RecoveryAdmin コンポーネントは、トランザクションリカバリーを処理するためのツールを公開します。
	
| 名前 | 説明 | 署名 | 
|---|---|---|
| forceCommit | 不明なトランザクションのコミットを強制します。 | String forceCommit(long p0) | 
| forceCommit | 不明なトランザクションのコミットを強制します。 | String forceCommit(int p0, byte[] p1, byte[] p2) | 
| forceRollback | 不明なトランザクションのロールバックを強制します。 | String forceRollback(long p0) | 
| forceRollback | 不明なトランザクションのロールバックを強制します。 | String forceRollback(int p0, byte[] p1, byte[] p2) | 
| forget | 指定されるトランザクションのリカバリー情報を削除します。 | String forget(long p0) | 
| forget | 指定されるトランザクションのリカバリー情報を削除します。 | String forget(int p0, byte[] p1, byte[] p2) | 
| showInDoubtTransactions | 元のノードがクラッシュする準備されたトランザクションをすべて表示します。 | String showInDoubtTransactions() |