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 Details

    • isPrepared

      boolean isPrepared()
    • setPrepared

      void setPrepared(boolean prepared)