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.
|
Modifier and Type | Class and Description |
---|---|
class |
DirContextHolder
Keeps track of the transaction DirContext.
|
Modifier and Type | Method and Description |
---|---|
protected CompensatingTransactionHolderSupport |
ContextSourceTransactionManagerDelegate.getNewHolder() |
Modifier and Type | Method and Description |
---|---|
protected void |
ContextSourceTransactionManagerDelegate.closeTargetResource(CompensatingTransactionHolderSupport transactionHolderSupport) |
Modifier and Type | Method and Description |
---|---|
CompensatingTransactionHolderSupport |
CompensatingTransactionObject.getHolder()
Get the DirContextHolder.
|
protected abstract CompensatingTransactionHolderSupport |
AbstractCompensatingTransactionManagerDelegate.getNewHolder()
Get a new implementation specific
CompensatingTransactionHolderSupport instance. |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractCompensatingTransactionManagerDelegate.closeTargetResource(CompensatingTransactionHolderSupport transactionHolderSupport)
Close the target resource - the implementation specific resource held in
the specified
CompensatingTransactionHolderSupport . |
void |
CompensatingTransactionObject.setHolder(CompensatingTransactionHolderSupport holder)
Set the
CompensatingTransactionHolderSupport associated with the
current transaction. |
Constructor and Description |
---|
CompensatingTransactionObject(CompensatingTransactionHolderSupport holder)
Constructor.
|
Copyright © 2005–2015 The Spring LDAP Framework. All rights reserved.