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 |
BindOperationRecorder
A
CompensatingTransactionOperationRecorder keeping track of bind
operations. |
class |
ModifyAttributesOperationRecorder
A
CompensatingTransactionOperationRecorder keeping track of
modifyAttributes operations, creating corresponding
ModifyAttributesOperationExecutor instances for rollback. |
class |
NullOperationRecorder
A
CompensatingTransactionOperationRecorder performing nothing,
returning a NullOperationExecutor regardless of the input. |
class |
RebindOperationRecorder
A
CompensatingTransactionOperationRecorder keeping track of a rebind
operation. |
class |
RenameOperationRecorder
A
CompensatingTransactionOperationRecorder for keeping track of
rename operations. |
class |
UnbindOperationRecorder
CompensatingTransactionOperationRecorder to keep track of unbind
operations. |
Modifier and Type | Method and Description |
---|---|
CompensatingTransactionOperationRecorder |
LdapCompensatingTransactionOperationFactory.createRecordingOperation(Object resource,
String operation) |
Modifier and Type | Method and Description |
---|---|
CompensatingTransactionOperationRecorder |
CompensatingTransactionOperationFactory.createRecordingOperation(Object resource,
String method)
Create an appropriate
CompensatingTransactionOperationRecorder
instance corresponding to the supplied method name. |
Copyright © 2005-2012 The Spring LDAP Framework. All Rights Reserved.