Package | Description |
---|---|
org.springframework.ldap.transaction.compensating |
LDAP specific implementations of the Compensating Transaction interfaces.
|
org.springframework.ldap.transaction.compensating.manager |
The core implementation classes for client-side LDAP transactions.
|
org.springframework.transaction.compensating |
Interface definitions for a general Compensating Transaction framework
based on PlatformTransactionManager.
|
org.springframework.transaction.compensating.support |
Support package for general Compensating Transaction Framework.
|
Class and Description |
---|
CompensatingTransactionOperationExecutor
Responsible for executing a single recorded operation as well as committing
or rolling it back, depending on the transaction outcome.
|
CompensatingTransactionOperationFactory
Factory interface for creating
CompensatingTransactionOperationRecorder objects based on operation
method names. |
CompensatingTransactionOperationRecorder
An implementation of this interface is responsible for recording data and
supplying a
CompensatingTransactionOperationExecutor to be invoked
for execution and compensating transaction management of the operation. |
Class and Description |
---|
CompensatingTransactionOperationManager
A CompensatingTransactionOperationManager implementation records and performs
operations that are to be performed within a compensating transaction.
|
Class and Description |
---|
CompensatingTransactionOperationExecutor
Responsible for executing a single recorded operation as well as committing
or rolling it back, depending on the transaction outcome.
|
CompensatingTransactionOperationRecorder
An implementation of this interface is responsible for recording data and
supplying a
CompensatingTransactionOperationExecutor to be invoked
for execution and compensating transaction management of the operation. |
Class and Description |
---|
CompensatingTransactionOperationFactory
Factory interface for creating
CompensatingTransactionOperationRecorder objects based on operation
method names. |
CompensatingTransactionOperationManager
A CompensatingTransactionOperationManager implementation records and performs
operations that are to be performed within a compensating transaction.
|
Copyright © 2005–2016 The Spring LDAP Framework. All rights reserved.