|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.transaction.compensating.support.CompensatingTransactionObject
public class CompensatingTransactionObject
Transaction object used by
AbstractCompensatingTransactionManagerDelegate
. Keeps a reference to
the CompensatingTransactionHolderSupport
associated with the current
transaction.
Constructor Summary | |
---|---|
CompensatingTransactionObject(CompensatingTransactionHolderSupport holder)
Constructor. |
Method Summary | |
---|---|
CompensatingTransactionHolderSupport |
getHolder()
Get the DirContextHolder. |
void |
setHolder(CompensatingTransactionHolderSupport holder)
Set the CompensatingTransactionHolderSupport associated with the
current transaction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompensatingTransactionObject(CompensatingTransactionHolderSupport holder)
holder
- the CompensatingTransactionHolderSupport
associated
with the current transaction.Method Detail |
---|
public CompensatingTransactionHolderSupport getHolder()
public void setHolder(CompensatingTransactionHolderSupport holder)
CompensatingTransactionHolderSupport
associated with the
current transaction.
holder
- the CompensatingTransactionHolderSupport
associated
with the current transaction.
|
Spring LDAP | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |