Package | Description |
---|---|
org.springframework.ldap.transaction.compensating |
LDAP specific implementations of the Compensating Transaction interfaces.
|
org.springframework.transaction.compensating |
Interface definitions for a general Compensating Transaction framework
based on PlatformTransactionManager.
|
Modifier and Type | Class and Description |
---|---|
class |
BindOperationExecutor
A
CompensatingTransactionOperationExecutor to manage a bind
operation. |
class |
ModifyAttributesOperationExecutor
A
CompensatingTransactionOperationExecutor to manage a
modifyAttributes operation. |
class |
NullOperationExecutor
A
CompensatingTransactionOperationExecutor that performs nothing. |
class |
RebindOperationExecutor
A
CompensatingTransactionOperationExecutor to manage a rebind
operation. |
class |
RenameOperationExecutor
A
CompensatingTransactionOperationExecutor to manage a rename
operation. |
class |
UnbindOperationExecutor
A
CompensatingTransactionOperationExecutor to manage an unbind
operation. |
Modifier and Type | Method and Description |
---|---|
CompensatingTransactionOperationExecutor |
RebindOperationRecorder.recordOperation(Object[] args) |
CompensatingTransactionOperationExecutor |
UnbindOperationRecorder.recordOperation(Object[] args) |
CompensatingTransactionOperationExecutor |
RenameOperationRecorder.recordOperation(Object[] args) |
CompensatingTransactionOperationExecutor |
BindOperationRecorder.recordOperation(Object[] args) |
CompensatingTransactionOperationExecutor |
ModifyAttributesOperationRecorder.recordOperation(Object[] args) |
CompensatingTransactionOperationExecutor |
NullOperationRecorder.recordOperation(Object[] args) |
Modifier and Type | Method and Description |
---|---|
CompensatingTransactionOperationExecutor |
CompensatingTransactionOperationRecorder.recordOperation(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. |
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.