|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.adobe.idp.dsc.transaction.TransactionCallbackWithoutResult
public abstract class TransactionCallbackWithoutResult
Helper class for TransactionCallback
implementation. It
allows for implementing #doInTransaction()
without returning a result.
Constructor Summary | |
---|---|
TransactionCallbackWithoutResult()
|
Method Summary | |
---|---|
java.lang.Object |
doInTransaction(TransactionContext aTxCtx)
This is called by TransactionTemplate.execute()
within a transactional context. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransactionCallbackWithoutResult()
Method Detail |
---|
public final java.lang.Object doInTransaction(TransactionContext aTxCtx) throws com.adobe.idp.dsc.DSCException
TransactionTemplate.execute()
within a transactional context. It returns null
.
It does not require information about the transactions themselves, although it can retrieve and influence the status of the current transaction through the given status object, by setting rollback-only.
doInTransaction
in interface TransactionCallback
aTxCtx
- The associated transaction context.
null
.
com.adobe.idp.dsc.DSCException
TransactionTemplate.execute()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |