|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionExecutor<K>
Allows that wrapping of TransactionCallbacks so that they may
occur in a separate context (e.g. the transaction may execute in another thread).
| Method Summary | |
|---|---|
java.util.concurrent.Future<K> |
performTransactionAction(org.springframework.transaction.support.TransactionCallback action)
Invokes the provided action within its own transaction context, and returns a Future representing the results of the invocation. |
| Method Detail |
|---|
java.util.concurrent.Future<K> performTransactionAction(org.springframework.transaction.support.TransactionCallback action)
action - to perform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||