|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.ldap.transaction.compensating.NullOperationRecorder
public class NullOperationRecorder
A CompensatingTransactionOperationRecorder performing nothing,
returning a NullOperationExecutor regardless of the input. Instances
of this class will be created if the
CompensatingTransactionOperationManager cannot determine any
appropriate CompensatingTransactionOperationRecorder for the current
operation.
| Constructor Summary | |
|---|---|
NullOperationRecorder()
|
|
| Method Summary | |
|---|---|
CompensatingTransactionOperationExecutor |
recordOperation(java.lang.Object[] args)
Record information about the operation performed and return a corresponding CompensatingTransactionOperationExecutor to be used
if the operation would need to be rolled back. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullOperationRecorder()
| Method Detail |
|---|
public CompensatingTransactionOperationExecutor recordOperation(java.lang.Object[] args)
CompensatingTransactionOperationRecorderCompensatingTransactionOperationExecutor to be used
if the operation would need to be rolled back.
recordOperation in interface CompensatingTransactionOperationRecorderargs - The arguments that have been sent to the operation.
CompensatingTransactionOperationExecutor to be used if
the recorded operation should need to be rolled back.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||