org.infinispan.transaction.xa.recovery
Interface RecoveryAwareTransaction

All Superinterfaces:
CacheTransaction
All Known Implementing Classes:
RecoveryAwareLocalTransaction, RecoveryAwareRemoteTransaction

public interface RecoveryAwareTransaction
extends CacheTransaction

Base interface for transactions that are holders of recovery information.

Since:
5.0
Author:
Mircea.Markus@jboss.com

Method Summary
 boolean isPrepared()
           
 void setPrepared(boolean prepared)
           
 
Methods inherited from interface org.infinispan.transaction.xa.CacheTransaction
addBackupLockForKey, addReadKey, clearLockedKeys, clearLookedUpEntries, getGlobalTransaction, getLockedKeys, getLookedUpEntries, getModifications, getUpdatedEntryVersions, getViewId, keyRead, lookupEntry, notifyOnTransactionFinished, ownsLock, putLookedUpEntries, putLookedUpEntry, removeLookedUpEntry, setUpdatedEntryVersions, waitForLockRelease
 

Method Detail

isPrepared

boolean isPrepared()

setPrepared

void setPrepared(boolean prepared)

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.