Class RenameOperationExecutor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void commit()
      Commit the operation.
      void performOperation()
      Perform the operation.
      void rollback()
      Rollback the operation, restoring state of the target as it was before the operation was performed using the information supplied on creation of this instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RenameOperationExecutor

        public RenameOperationExecutor​(LdapOperations ldapOperations,
                                       javax.naming.Name originalDn,
                                       javax.naming.Name newDn)
        Constructor.
        Parameters:
        ldapOperations - The LdapOperations to use for performing the rollback operation.
        originalDn - DN that the entry was moved from in the recorded operation.
        newDn - DN that the entry has been moved to in the recorded operation.