Class FileCopyTransactionObserver

  • All Implemented Interfaces:
    ITransactionObserver

    public class FileCopyTransactionObserver
    extends java.lang.Object
    implements ITransactionObserver
    Implementation of ITransactionObserver that performs a file copy operation that can be rolled back. The file copy operation will be executed only at the first transaction´s commit and/or rollback.
    Since:
    4.0.8
    Version:
    $Revision: 16814 $ $Date: 2015-01-23 11:33:18 -0200 (Fri, 23 Jan 2015) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterCommit()
      Called by the observed transaction just after the commit operation.
      void afterRollback()
      Called by the observed transaction just after the rollback operation.
      boolean beforeCommit()
      Called by the observed transaction just before the commit operation.
      void beforeRollback()
      Called by the observed transaction just before the rollback operation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait