org.infinispan.transaction.xa.recovery
Class RecoveryAwareLocalTransaction
java.lang.Object
org.infinispan.transaction.AbstractCacheTransaction
org.infinispan.transaction.LocalTransaction
org.infinispan.transaction.xa.LocalXaTransaction
org.infinispan.transaction.xa.recovery.RecoveryAwareLocalTransaction
- All Implemented Interfaces:
- CacheTransaction, RecoveryAwareTransaction
public class RecoveryAwareLocalTransaction
- extends LocalXaTransaction
- implements RecoveryAwareTransaction
Extends LocalXaTransaction
and adds recovery related information.
- Since:
- 5.0
- Author:
- Mircea.Markus@jboss.com
Methods inherited from class org.infinispan.transaction.LocalTransaction |
addModification, equals, getLookedUpEntries, getRemoteLocksAcquired, getTransaction, hashCode, hasRemoteLocksAcquired, isMarkedForRollback, isReadOnly, locksAcquired, markForRollback, putLookedUpEntry |
RecoveryAwareLocalTransaction
public RecoveryAwareLocalTransaction(Transaction transaction,
GlobalTransaction tx)
isPrepared
public boolean isPrepared()
- Specified by:
isPrepared
in interface RecoveryAwareTransaction
setPrepared
public void setPrepared(boolean prepared)
- Specified by:
setPrepared
in interface RecoveryAwareTransaction
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.