| Package | Description |
|---|---|
| org.springframework.ldap.transaction.compensating.manager |
The core implementation classes for client-side LDAP transactions.
|
| org.springframework.transaction.compensating.support |
Support package for general Compensating Transaction Framework.
|
| Constructor and Description |
|---|
DirContextHolder(CompensatingTransactionOperationManager manager,
DirContext ctx)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCompensatingTransactionOperationManager
Default implementation of
CompensatingTransactionOperationManager. |
| Modifier and Type | Method and Description |
|---|---|
CompensatingTransactionOperationManager |
CompensatingTransactionHolderSupport.getTransactionOperationManager()
Get the CompensatingTransactionOperationManager to handle the data for
the current transaction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompensatingTransactionHolderSupport.setTransactionOperationManager(CompensatingTransactionOperationManager transactionOperationManager)
Set the CompensatingTransactionOperationManager.
|
| Constructor and Description |
|---|
CompensatingTransactionHolderSupport(CompensatingTransactionOperationManager manager)
Constructor.
|
Copyright © 2005–2021 The Spring LDAP Framework. All rights reserved.