|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.ldap.transaction.compensating.RebindOperationRecorder
public class RebindOperationRecorder
A CompensatingTransactionOperationRecorder keeping track of a rebind
operation. Creates RebindOperationExecutor objects in
recordOperation(Object[]).
| Constructor Summary | |
|---|---|
RebindOperationRecorder(LdapOperations ldapOperations,
TempEntryRenamingStrategy renamingStrategy)
Constructor. |
|
| Method Summary | |
|---|---|
TempEntryRenamingStrategy |
getRenamingStrategy()
|
CompensatingTransactionOperationExecutor |
recordOperation(java.lang.Object[] args)
Record information about the operation performed and return a corresponding CompensatingTransactionOperationExecutor to be used
if the operation would need to be rolled back. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RebindOperationRecorder(LdapOperations ldapOperations,
TempEntryRenamingStrategy renamingStrategy)
ldapOperations - LdapOperations to use for getting the rollback
information and supply to the RebindOperationExecutor.renamingStrategy - TempEntryRenamingStrategy to use for generating temp
DNs.| Method Detail |
|---|
public CompensatingTransactionOperationExecutor recordOperation(java.lang.Object[] args)
CompensatingTransactionOperationRecorderCompensatingTransactionOperationExecutor to be used
if the operation would need to be rolled back.
recordOperation in interface CompensatingTransactionOperationRecorderargs - The arguments that have been sent to the operation.
CompensatingTransactionOperationExecutor to be used if
the recorded operation should need to be rolled back.public TempEntryRenamingStrategy getRenamingStrategy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||