Schnittstelle ITwoPhaseIOTransaction

Alle Superschnittstellen:
ITwoPhaseTransaction
Alle bekannten Implementierungsklassen:
AbstractTwoPhaseIOTransaction, DirectDirectoryCreateTransaction, DirectDirectoryDeleteTransaction, DirectDirectoryTransaction, DirectFileCopyTransaction, DirectFileDeleteTransaction, DirectFileMoveTransaction, IndirectDeleteDirectoryTransaction, IndirectDeleteFileTransaction, IndirectDirectoryCreateTransaction, IndirectDirectoryTransaction, IndirectFileCopyTransaction, IndirectFileCreateFileTransaction, IndirectFileMoveTransaction, IxFileUploadTransaction

public interface ITwoPhaseIOTransaction extends ITwoPhaseTransaction
  • Methodendetails

    • hasBackup

      boolean hasBackup()
      Gibt zurück:
      true if the transaction has left a backup file, or false otherwise (e.g. if the destination file did not exist before the transaction).
    • getBackup

      File getBackup()
      Gibt zurück:
      The backup that was left by the transaction, or null if none was created (e.g. if the destination file did not exist before the transaction).