Transaction recording and rollback support for bind and rebind.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package org.springframework.ldap.support.transaction;
|
||||
|
||||
public interface CompensatingTransactionDataManager {
|
||||
public void operationPerformed(String operation, Object[] params);
|
||||
public void rollback();
|
||||
}
|
||||
Reference in New Issue
Block a user